Skip to content

Instantly share code, notes, and snippets.

@ravensnowbird
Created January 14, 2015 12:43
Show Gist options
  • Select an option

  • Save ravensnowbird/eefb5aac0c2814c21c45 to your computer and use it in GitHub Desktop.

Select an option

Save ravensnowbird/eefb5aac0c2814c21c45 to your computer and use it in GitHub Desktop.
SSL Gist
openssl genrsa -des3 -out example.com.key 2048
openssl rsa -in example.com.key -out example.com.key.nopass
openssl req -new -key example.com.key.nopass -out example.com.csr
cat example_com.crt PositiveSSLCA2.crt AddTrustExternalCARoot.crt > example.com.crt
openssl req -new -newkey rsa:2048 -nodes -keyout visit.yourstartuphub.com.key -out visit.yourstartuphub.com.csr
cat AddTrustExternalCARoot.crt COMODORSAAddTrustCA.crt COMODORSADomainValidationSecureServerCA.crt visit_yourstartuphub_com.crt >> visit.yourstartuphub.com.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment