Last active
August 29, 2015 14:05
-
-
Save kenjij/4e6e3eaa602c47722ce7 to your computer and use it in GitHub Desktop.
Self signing an SSL Certificate
This file contains hidden or 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
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