-
Notifications
You must be signed in to change notification settings - Fork 995
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
Feature Request: Verbose output from nebula-cert verify #1313
Comments
@AdamantUnstable I believe this is possible today with
|
Yeah, came across this later after figuring things out and moving on to unsafe routes. I do still think that verify should at least print the details that invalidate a cert (e.g. the date range a cert is valid for if it's expired), or at the very least the documentation for initial setup that mentions verify should also mention the print function to then check the details for why a cert is invalid, as new users who do run into cert issues are going to wind up following the documentation for new setup which mentions nothing about the print function. |
@AdamantUnstable
I don't see a mention of |
At the moment the nebula-cert tool is very limited in terms of output, which can make troubleshooting difficult in some cases and makes it impossible to determine the expiry set on an existing certificate. nebula-cert -verify should print the expiry date - something like "Valid until xxx" if the cert is valid and "Invalid certificate, expired xxx" when invalid. There should also be a method to print the expiry set on a CA certificate directly.
The text was updated successfully, but these errors were encountered: