javascript - Express and SSL usage -


After purchasing a Comodo SSL certificate to create an SSL server with itemprop = "text">

I expressed after

Try PEM is just a format other than SSL formats, and it is very common.

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.
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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -