javascript - Express and SSL usage -
After purchasing a Comodo SSL certificate to create an SSL server with I expressed
after
After purchasing a Comodo SSL certificate to create an SSL server with I Comodo can already have provided the .pem file on you, but just this .crt. Or you may have the name of a DER formatted file named in place to be able to request a .pem file. expressed
after
Or, you can use OpenSSL to convert from one format to another format
openssl RSA -inform DER -outform PEM-in mysite.com.key out mysite. com.key.pem openssl X509 -inform DER -outform PEM-in mysite.com.crt - Out mysite.com.crt.pem
Comments
Post a Comment