简体   繁体   中英

vestacp error ssl intermediate chain is not valid

I am facing issue at vestacp: during pass the SSL Certificate:

-----BEGIN CERTIFICATE-----
b5XsfsteyPAX9uLwiTctWC4TO9UsnjWKx2ZBt8q4WgQ5nrmkXUwv
-----END CERTIFICATE-----

SSL Key:

-----BEGIN RSA PRIVATE KEY-----
OOTW0NwF+ENrko9JHyLGZPOrk1w/+DElPHYZWMRXB/SJIsvehu/lgMpEEGgT
-----END RSA PRIVATE KEY-----

i have already checked my certificate result this link: https://decoder.link/ it show me my certificate is valid.

You should do the following:

  1. In the SSL Certificate field:

Paste the contents of the certificate issued to your domain. In windows you can usually verify this by simply double clicking (or opening) the.crt file. A window will pop-up with information about the certificate. Just check under "Issued to:" and make sure its issued to your domain.

  1. In the SSL Key field

Paste the contents of the key that was created during the generation of the csr. It usually begins with -----BEGIN RSA PRIVATE KEY-----

  1. In the SSL Certificate Authority/Intermediate

Paste the contents of the CA bundle certificate you received from your CA. That is the certificate without your domain name under "Issued to:" as explained in step 1.

Hope this helps someone. You can also read https://support.dnsimple.com/articles/what-is-ssl-certificate-chain/ to understand certificate chains.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM