In server setting (section SSL) we have only two text boxes with SSL Certificate and SSL Private Key but without SSL Certificate Authority / Intermediate. And i got error: Certificate Authority not found.
Where i can add SSL Certificate Authority / Intermediate certs for panel?
In the first text box (SSL Certificate) you can concatenate the certificate for your site and the CA intermediate cert (or certs), something like this:
-----BEGIN CERTIFICATE-----
MIIF9zCCBN+[...]
[...]2rmG2lsbz17iLY4GF+mZoyw==
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIFFjCCAv6g[...]
[...]nLRbwHOoq7hHwg==
-----END CERTIFICATE-----
But it is better to create a web domain for your host in one of your users and add there all the certs and key (you will have a text box to include CA certs) and after that, execute this command as root:
v-update-host-certificate USER DOMAIN
So if you user is admin
and the domain is hestia.example.com
the command will look like this:
v-update-host-certificate admin hestia.example.com
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.