We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is more of a clarification than an issue, Is there a way to pass the custom expiry to the module, the expiry defaults to a year currently.
openssl x509 -enddate -noout -in test.crt notAfter=May 23 06:26:00 2022 GM
Commend the Incredible work to simplify cert generation!!
The text was updated successfully, but these errors were encountered:
Yes, there is a command line flag to the sign operation:
Name: "expires" Usage: "How long until the certificate expires (example: 1 year 2 days 3 months 4 hours)",
Sorry, something went wrong.
No branches or pull requests
This is more of a clarification than an issue, Is there a way to pass the custom expiry to the module, the expiry defaults to a year currently.
openssl x509 -enddate -noout -in test.crt
notAfter=May 23 06:26:00 2022 GM
Commend the Incredible work to simplify cert generation!!
The text was updated successfully, but these errors were encountered: