Created
October 16, 2015 15:16
-
-
Save lstoll/be3272e0aa389603b949 to your computer and use it in GitHub Desktop.
This file contains 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 genrsa 2048 > wildcard.cle.lds.li.key | |
openssl req -new -key wildcard.cle.lds.li.key -sha256 -nodes -subj '/C=US/ST=OH/L=/O=cle.lds.li/OU=/CN=*.cle.lds.li/[email protected]/subjectAltName=DNS.1=cle.lds.i' > wildcard.cle.lds.li.csr | |
openssl x509 -req -days 365 -signkey wildcard.cle.lds.li.key < wildcard.cle.lds.li.csr > wildcard.cle.lds.li.crt | |
openssl pkcs12 -export -out wildcard.cle.lds.li.p12 -inkey wildcard.cle.lds.li.key -in wildcard.cle.lds.li.crt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment