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
Hello!
On Mon, Jun 03, 2019 at 05:42:22AM -0400, devCU wrote:
> 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
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