SSL Certificate installation
Posted: Sat Jan 25, 2014 4:21 pm
Помогите установить SSL сертификат от StartSSL
→ Error: certificate authority not found
→ Error: certificate authority not found
Please reference this topic: viewtopic.php?f=11&t=4020mamanov wrote:Помогите установить SSL сертификат от StartSSL
→ Error: certificate authority not found
misak35, please explain what information you are inputting into each field and the process your using. We had a customer setup one without issue, so if you can give me the steps you used I will find out what they did and what your doing wrong.misak35 wrote:I have same issue :D
Ok misak35 here's what I've found it was done on ISPCONFIG without any issues but I think it is where your placing your crt information and whether you are placing it in the correct fields.misak35 wrote:I try everything. Nothing happen. When I use ca.pem (root) it sad Error: root or/and intermediate cerificate not found, also https://www.startssl.com/certs/sub.class1.client.ca.pem. But when I use https://www.startssl.com/certs/sub.class1.server.ca.pem it said Error: ssl certificate key pair is not valid.
In the next form we need to paste the CSR generated by ISPConfig at one of the first steps (the one called “SSL Request” on the ISpconfig Web Domain SSL panel).
Just copy and paste it paying attention in order to NOT copy any other digit or blank spaces outside the two delimiters:
-----BEGIN CERTIFICATE REQUEST-----
and
-----END CERTIFICATE REQUEST-----
As of now there is not a built-in CSR generator for VestaCP you have to manually do it, as can be seen in the below referenced topic it has been added as feature request. To manually generate your Private key and CSR file use this code from SSH command prompt.misak35 wrote:Well, this guide said that ISPCONFIG generete file.. Where VestaCP generete that CSR file?In the next form we need to paste the CSR generated by ISPConfig at one of the first steps (the one called “SSL Request” on the ISpconfig Web Domain SSL panel).
Just copy and paste it paying attention in order to NOT copy any other digit or blank spaces outside the two delimiters:
-----BEGIN CERTIFICATE REQUEST-----
and
-----END CERTIFICATE REQUEST-----
Code: Select all
openssl req -nodes -newkey rsa:2048 -keyout domain.key -out domain.csr