CSR Creation
This should be the last thing we need to do on this page and should make the CSR, which can then be retrieved from the My Certificate Details screen. Once you retrieve the CSR, you can copy and paste it to the DigiCert order form or upload it to a pending order.
Installation from Certificate Files (.cer, .p7b, .crt/.pem)
Once you receive the .zip containing the certificate files, extract the “certs” folder somewhere on your machine. Depending on the type of certificate file you received back from us will determine what to do next.
.cer or .p7b - You will go Object, Certificate, My Certificates, then click on Import in the Web Configurator. Click Browse and locate the certificate file. Leave the password field blank, then click OK. The certificate should now be installed.
.crt - We will be combining the files you received into a .pem format. To create the .pem file, you can reference our .PEM instructions: https://www.digicert.com/ssl-support/pem-ssl-creation.htm
With a text editor (such as WordPad), copy and paste the entire body of each certificate into one text file in the following order:
Make sure to include the beginning and end tags on each certificate.
The result should look like this:
-----BEGIN CERTIFICATE----- (Your Primary SSL certificate: your_domain_name.crt) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Your First Intermediate certificate: DigiCertCA.crt) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Your Second Intermediate certificate (if applicable): DigiCertCA2.crt) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- (Your Root certificate: TrustedRoot.crt) -----END CERTIFICATE----- |
Save the combined file as your_domain_name.pem. Your .pem file should be ready for use. You will go to Object, Certificate, My Certificates, then click on Import in the Web Configurator. Click Browse and locate the certificate file. Leave the password field blank, then click OK. The certificate should now be installed.
Installation from a .pfx File
If you have a machine that is capable of exporting an installed certificate to a .pfx, such as a Windows server, then this might be the easiest option for the certificate installation. You can reference our certificate export instructions for creating the .pfx file: https://www.digicert.com/import-export-ssl-certificate.htm
Once you get a .pfx file created, you will go Object, Certificate, My Certificates, then click on Import in the Web Configurator. Click Browse and locate the .pfx file. You will need to put in the password that was used to create the .pfx file for the import to work. The certificate should now be installed.