Hello,
I am trying to enable HTTPS on my tljh.
I have my keys, the domain.cert and also a DigiCertCA.cert.
Is it possible to add an intermediate certificate using something like
sudo tljh-config set https.tls.chain /etc/mycerts/DigiCertCA.cert
There isn’t a config option for this, I think you’ll have to concatenate the files to create a fullchain.pem, like letsencrypt/certbot do, and then pass that as the single config option.