Hi all, We have a behaviour close to what @ubabiak reported for the renewal. When the action triggers the script ends with no error, but there's no new certificate and the warning persists. After making the script a little more verbose, we finally saw this from acme.sh '....is not a issued domain, skip' : INFO 07/Dec/2017:01:33:19 +0100 INFO Action SSL_RENEWAL: Program finished Thu Dec 7 01:33:15 CET 2017 'domain.example.com' is not a issued domain, skip. Thu Dec 7 01:33:15 CET 2017 Renew Done! Thu Dec 7 01:33:15 CET 2017 Renew: 'domain.example.com' INFO 07/Dec/2017:01:33:15 +0100 INFO Action SSL_RENEWAL: Running program: /opt/zeus/zxtm/conf/actionprogs/letsencryptforvtm.sh "--eventtype=Letsencrypt SSL Certificate Expiry" "WARN vservers/vs-https vssslcerttoexpire expires=1513210020 Public SSL certificate 'c_domain.example.com_rsa' will expire on Thu, 14 Dec 2017 00:07:00 GMT" INFO 07/Dec/2017:01:33:15 +0100 INFO WARN 07/Dec/2017:01:33:15 +0100 WARN Virtual Server vs-https: Public SSL certificate 'c_domain.example.com_rsa' will expire on Thu, 14 Dec 2017 00:07:00 GMT But running the exact same command as root runs fine:
[email protected]:~# /opt/zeus/zxtm/conf/actionprogs/letsencryptforvtm.sh "--eventtype=Letsencrypt SSL Certificate Expiry" "WARN vservers/vs-https vssslcerttoexpire expires=1513210020 Public SSL certificate 'c_domain.example.com_rsa' will expire on Thu, 14 Dec 2017 00:07:00 GMT"
[Thu Dec 7 02:39:45 CET 2017] Renew: 'domain.example.com'
[Thu Dec 7 02:39:45 CET 2017] Standalone mode.
[Thu Dec 7 02:39:45 CET 2017] Single domain='domain.example.com'
[Thu Dec 7 02:39:45 CET 2017] Getting domain auth token for each domain
[.....]
[Thu Dec 7 02:39:53 CET 2017] Success
[Thu Dec 7 02:39:53 CET 2017] Verify finished, start to sign.
[Thu Dec 7 02:39:54 CET 2017] Cert success. Any idea what could be wrong ? Regards,
... View more