Hi,
I've managed to generate a certificate using certbot external auth:
certbot --staging -d xxx.yyy.zzz -a certbot-external-auth:out --certbot-external-auth:out-public-ip-logging-ok --preferred-challenges dns --certbot-external-auth:out-handler ./handler-example.sh certonly
The handler-example.sh generates an appropriate DNS entry and updates the DNS.
but when I try to renew:
certbot renew --force-renewal --cert-name xxx.yyy.zzz
I get the error:
Running manual mode non-interactively is not supported (yet)
Also, looking in /etc/letsencrypt/renewal/xxx.yyy.zzz, the config file doesn't have any reference to the external handler script I'm using to populate the DNS.
Any suggestions as to how I can get this to work?
Thanks
Andy
Hi,
I've managed to generate a certificate using certbot external auth:
certbot --staging -d xxx.yyy.zzz -a certbot-external-auth:out --certbot-external-auth:out-public-ip-logging-ok --preferred-challenges dns --certbot-external-auth:out-handler ./handler-example.sh certonlyThe handler-example.sh generates an appropriate DNS entry and updates the DNS.
but when I try to renew:
certbot renew --force-renewal --cert-name xxx.yyy.zzzI get the error:
Running manual mode non-interactively is not supported (yet)Also, looking in /etc/letsencrypt/renewal/xxx.yyy.zzz, the config file doesn't have any reference to the external handler script I'm using to populate the DNS.
Any suggestions as to how I can get this to work?
Thanks
Andy