Setting up SSL

andych

Well-Known Member
#1
I just bought SSL certificate, and now I would like to install on my server.

the question is what is Private Key File ??

Is it the ---BEGIN CSR REQUEST ---thing?

and this is what I got from the SSL vendor: ServerCertificate.cer

Should I put on Certificate File coloumn?
 

mistwang

LiteSpeed Staff
#2
It should have
-----BEGIN RSA PRIVATE KEY-----

There should be two files generated when you create the CSR request, one is the private key file, you never send private key file to anyone.

The certificate signed by SSL vendor should have

-----BEGIN CERTIFICATE-----
 
Top