How to install Certificate (*.crt) and CA-Certificate (CA-Bundle) ?

Your certificate should be inside a .ZIP archive and have the name like www_your_domain_com.crt (= Certificate *.crt) as well as a My_CA_Bundle.ca-bundle.


The ca-bundle file is the one that needs to be copied into the field CA-Certificate. Your private-key (.key) has been created together with your .CSR, that you have been using for requesting the certificate. We do not store a copy of your private .key, please use the previously created one.


Was this answer helpful?

 Print this Article

Also Read

Converting .CRT (X.509) to .P7B (PKCS#7) file format

Windows:    Instrunctions for Microsoft Windows (Symantec Knowlegde Base) Linux: openssl...

SSL Installation under Apache and Tomcat 6.0, Tomcat 7.0,Tomcat 8.0

Tomcat 6.x: https://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html Tomcat...

How can i verify my SSL certification?

Please use the tools from our SSL Tools site which offer you all kinds of SSL checker tools for...

Configuring Apache with SNI support

https://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI

How to export an existing SSL certificate from Windows IIS and reuse it on Linux (convert .PFX to .KEY and .CRT)

1) In Windows, right click on the SSL certificate and export to .PFX 2) On Linux, convert the...