October 2, 2023

PureSourceCode

All technologies, only pure source code

Forum

How to convert a .C...
 
Share:
Notifications
Clear all

How to convert a .CRT certificate to .PEM?

2 Posts
1 Users
0 Likes
1,535 Views
0
Topic starter

I have just received my new certificate for my new domain. The hosting website runs Plex and it wants a .PEM certificate. How can I convert the .CRT into .PEM?

0
Topic starter

As I did in this post where I convert a .CER certificate into a .CRT, I can use OpenSSL to convert a .CRT certificate into a .PEM.

  • Install OpenSSL
  • Setup your environment settings
  • Try if OpenSSL is working in a prompt 

openssl x509 -in .\certificate.crt -out .\certificate.pem

Done.

Share: