- Create CSR and Private Key easily
- Create a PFX from cert and private key
- Command
openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt - https://www.ssl.com/how-to/create-a-pfx-p12-certificate-file-using-openssl/
- Command
- Check the status of a certificate
- Check url cert status before domain name propogates
- Command
curl -v <urlyouarewaitingtogetpropogated> --resolve <urlyouarewaitingtogetpropogated>:443:<ipofserver> - The above can be used with localhost as well
- Command
- Print contents of a CSR
- Command
openssl req -in mycsr.csr -noout -text
- Command
Last active
July 3, 2017 14:36
-
-
Save knownasilya/71c85fc54a1144098ca84e8b4e46708f to your computer and use it in GitHub Desktop.
SSL Certificate Resources
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment