Thanks for the info, I am using SED though a bash script to replace the
proper domain during account user and web setup and it works fine, just
thought I could take it another step. Read the link on variables and it
makes sense, will continue to stick with my current setup.
Thanks!
Posted at Ngin
The following works as advertised in my vhost server block
ssl_certificate /etc/letsencrypt/live/mydomain.com/fullchain.pem;
ssl_certificate_key
/etc/letsencrypt/live/mydomain.com/privkey.pem;
ssl_trusted_certificate
/etc/letsencrypt/live/mydomain.com/chain.pem;
To bette