Convert an SSL certificate from CRT to PEM format
Glesys Load Balancer requires SSL certificates to be in PEM format.
openssl x509 -in domain.com.crt -out domain.com.pem
openssl rsa -in domain.com.key >> domain.com.pem
openssl x509 -in gs_intermediate_domains_ca.crt >> domain.com.pemLast updated
Was this helpful?