Tag: pfx to pem

How to create full-chain pfx certificate

Full-chain pfx certificate can be created by the one of the following methods

Continue reading

How to convert pfx certificate to Apache pem

Apache server requires the following two files for SSL configuration: 1 – Server.key : the private key associated with the certificate 2 – Server.crt :  the public SSL certificate issued by trusted authority If you have one .pfx file instead of two above (in fact the .pfx is certificate + private key combined into one …

Continue reading