Skip to content

Instantly share code, notes, and snippets.

@abhinavkorpal
Created February 25, 2018 02:57
Show Gist options
  • Save abhinavkorpal/d44318f2ceeb123071551ee5f214a292 to your computer and use it in GitHub Desktop.
Save abhinavkorpal/d44318f2ceeb123071551ee5f214a292 to your computer and use it in GitHub Desktop.
Self-Sign the CSR
openssl x509 -req -sha256 -in server.csr \
-signkey server.key -out server.crt
cat server.crt
openssl x509 -noout -text -in server.crt
man x509, man req; man genrsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment