Description |
FortiClient EMS only accepts SSL cert in .pfx format. This article describes how to convert SSL cert to .pfx format so that it can be uploaded to EMS. |
Scope | Certain third-party CA does not provide SSL cert in .pfx format. for EMS 7.0+ to convert .crt cert to .pfx format. |
Solution |
In this example, let's say an SSL cert from Zero is purchased:
Zero will provide 3 items in a zip file:
With these 3 items, it is possible to export a .pfx file using OpenSSL:
Example:
cd C:\Users\username\Desktop\cert-folder
openssl pkcs12 -export -out new-pfx-cert.pfx -inkey private-key.key -in certificate.crt -certfile ca_bundle.crt
|
Labels: