Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Web Server
  • Search

[SOLVED] SSL Installation - Certificate Authority Not Found

Questions regarding the Web Server
Apache + Nginx, Nginx + PHP5-FPM
Post Reply
  • Print view
Advanced search
1 post • Page 1 of 1
openyk
Posts: 14
Joined: Tue Jul 15, 2014 8:52 pm

[SOLVED] SSL Installation - Certificate Authority Not Found
  • Quote

Post by openyk » Sat Aug 09, 2014 11:05 pm

1. SSH connected to server as root, generated certificate signing request with openssl:

Code: Select all

openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr
Common Name: *.domain.tld
The rest: Country/State/Org/ ...

2. Processed Comodo EssentialSSL Wildcard (got from NameCheap) with the generated CSR > received certificate bundle by email including the 1 signed cert file and 3 cert authority files.

3. VestaCP admin > Web > SSL Support > Copy pasted signed certificate into "SSL Certificate" box, Copy pasted private key into "SSL Key" box > Save

That causes Error: certificate authority not found.

Help appreciated.

SOLUTION:

xD gotta copy paste the certificate authority info into the certificate authority box (the third box in the "SSL Support" section)

Comodo (or other SSL provider) will email you a bundle zip file containing 4 files, 1 of them (ex. STAR_domain_tld.crt) is the signed certificate to be copy pasta'd into the first box like I mentioned I did. And then the 3 remaining .crt files (ex. AddTrust..., COMODORSAAddTrustCA, COMODORSADomainValid...) should be copy pasta'd into that third box (create a new text file and copy paste the 3 certs into there first, then mass copy paste from the summed text).

Like:

Code: Select all

-----BEGIN CERTIFICATE-----
....
-----END CERTIFICATE-----

-----BEGIN CERTIFICATE-----
.....
-----END CERTIFICATE-----

-----BEGIN CERTIFICATE-----
......
-----END CERTIFICATE-----
Top


Post Reply
  • Print view
1 post • Page 1 of 1

Return to “Web Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password