I am using Cloudflare as my DNS provider and I have created hestia.example.com
I want to use the Cloudflare SSL certificate, but I can’t add it because I get the error “Error: Certificate Authority not found”
I don’t have the option to add the CA Certificate in the global settings. To try to work that around I’ve installed it via the command line
cd /etc/ssl/certs
wget https://developers.cloudflare.com/ssl/static/origin_ca_rsa_root.pem
openssl x509 -noout -hash -in origin_ca_rsa_root.pem