Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for presence of nebula-cert and jq before starting. #3

Open
JonTheNiceGuy opened this issue May 12, 2021 · 0 comments
Open

Check for presence of nebula-cert and jq before starting. #3

JonTheNiceGuy opened this issue May 12, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@JonTheNiceGuy
Copy link
Owner

This script has two hard dependencies - nebula-cert (duh) and, less obviously, jq. jq is a way of querying JSON objects, and is used, in this context, to work out things from the Nebula CA certificate. It's also used to provide limited IP useage checks, provided all the available issued certificates are retained.

So, there should probably be some sort of command, near the top, which says (psudocode) test "$(which nebula-cert)" || error "nebula-cert is not installed"

@JonTheNiceGuy JonTheNiceGuy added enhancement New feature or request good first issue Good for newcomers labels May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant