Skip to content

Instantly share code, notes, and snippets.

@HouzuoGuo
Created September 6, 2018 09:06
Show Gist options
  • Save HouzuoGuo/60f399d6c7770c57618f7179e71f3a28 to your computer and use it in GitHub Desktop.
Save HouzuoGuo/60f399d6c7770c57618f7179e71f3a28 to your computer and use it in GitHub Desktop.
OpenSSL self signed CA certificate one liner
openssl req -x509 -sha512 -nodes -extensions v3_ca -newkey rsa:4096 -keyout ca-cert-and-key.pem -days 7320 -out ca-cert-and-key.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment