Created
November 26, 2013 06:01
-
-
Save ilguzin/7654061 to your computer and use it in GitHub Desktop.
Create self-signed 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
# Create key: | |
openssl genrsa -out DOMAINCOM.com.key 2048 | |
# And the certificate: | |
openssl req -new -x509 -key DOMAINCOM.key -out DOMAINCOM.cert -days 3650 -subj /CN=DOMAIN.COM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment