You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: