I have a problem with curl error when connect to my local server with letEncrypt ssl
“unable to get local issuer certificate”
This error is because server isn't sending the intermediate certificate.
In this thread from letEncrypt forum it say about Recommended ssl configuration
https://community.letsencrypt.org/t/recommended-apache-config/58294
When i add "SSLCertificateChainFile" with chain file from letEncrypt it work.
but when generate new domain this config directive gone.
Please add this to apache.conf template file. Thanks