LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How to Install SSL Certificate in ISPConfig 3 (4 pem files) (https://www.linuxquestions.org/questions/linux-server-73/how-to-install-ssl-certificate-in-ispconfig-3-4-pem-files-4175682457/)

k_oudom 09-20-2020 07:32 PM

How to Install SSL Certificate in ISPConfig 3 (4 pem files)
 
Dear all

I got SSL certificate form a domain registrar. There are 4 files as folowing:
domain.cert.pem
intermediate.cert.pem
private.key.pem
public.key.pem

In ISPConfig website SSL tab. There 4 boxes.
SSL Key
SSL Request
SSL Certifcate
SSL Bundle

Can you tell me which file go in which box?

Ser Olmy 09-21-2020 07:37 AM

The "SSL Key" is the private key (private.key.pem).

An "SSL Request" is probably a key signing request/certificate signing request (CSR), which is the file you send to the Certification Authority in order to obtain a certificate. There's no reason why you should have to put a CSR into ISPConfig when you've got a signed certificate already.

The "SSL Certificate" is obviously your certificate (domain.cert.pem).

An "SSL Bundle" is a file containing the intermediary certificate(s) between your certificate and the CA Root Certificate (intermediate.cert.pem). It is common practice for web servers to serve these certificates to clients accessing the domain, because the clients will then be able to validate the certificate chain all the way down to root, without having to first somehow obtain the intermediate certificates.

That leaves only "public.key.pem", which I assume is just the public key corresponding to the private key in private.key.pem. Since the public key is embedded in the certificate, the information in this file is redundant.


All times are GMT -5. The time now is 05:57 AM.