Created
October 6, 2017 17:17
-
-
Save fijimunkii/d8db646556f072893e035fea9cae639b to your computer and use it in GitHub Desktop.
max expiry / validity period for an x509 certificate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://groups.google.com/forum/#!topic/mailing.openssl.users/3kK_f0ywCZQ | |
openssl req -new -x509 -days 24855 -key ca.key -out ca.crt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment