Skip to content

Instantly share code, notes, and snippets.

@fijimunkii
Created October 6, 2017 17:17
Show Gist options
  • Save fijimunkii/d8db646556f072893e035fea9cae639b to your computer and use it in GitHub Desktop.
Save fijimunkii/d8db646556f072893e035fea9cae639b to your computer and use it in GitHub Desktop.
max expiry / validity period for an x509 certificate
# 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