Skip to content

Instantly share code, notes, and snippets.

@kenjij
Last active August 29, 2015 14:05
Show Gist options
  • Save kenjij/4e6e3eaa602c47722ce7 to your computer and use it in GitHub Desktop.
Save kenjij/4e6e3eaa602c47722ce7 to your computer and use it in GitHub Desktop.
Self signing an SSL Certificate
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment