Re: ssl_trusted_certificate doesn't accept @server_name variable

2019-06-03 Thread devCU
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

ssl_trusted_certificate doesn't accept @server_name variable

2019-06-03 Thread devCU
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