certbot-external-auth icon indicating copy to clipboard operation
certbot-external-auth copied to clipboard

unable to renew the certs

Open philross88 opened this issue 7 years ago • 3 comments

I am not sure how to enable automatical renewal with external-auth so I am planning to use con job for automatic renewals. However, the renew command in authenticator mode is failing. Below is the command that I am using

certbot --text --agree-tos --email [email protected] --expand --renew-by-default -a certbot-external-auth:out --certbot-external-auth:out-public-ip-logging-ok --preferred-challenges dns --certbot-external-auth:out-handler ./le-route53.rb --certbot-external-auth:out-dehydrated-dns renew

I get the following error message

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/wiki.x.y.z.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Could not choose appropriate plugin: The certbot-external-auth:out plugin is not working; there may be problems with your existing configuration.
The error was: PluginError('Running manual mode non-interactively is not supported (yet)',)
Attempting to renew cert (wiki.x.y.z.com) from /etc/letsencrypt/renewal/wiki.x.y.z.conf produced an unexpected error: The certbot-external-auth:out plugin is not working; there may be problems with your existing configuration.
The error was: PluginError('Running manual mode non-interactively is not supported (yet)',). Skipping.


philross88 avatar Oct 01 '18 02:10 philross88

any update on this please?

philross88 avatar Oct 15 '18 20:10 philross88

Could you maybe try certonly as suggested here? https://github.com/EnigmaBridge/certbot-external-auth/issues/5#issuecomment-323991618

ph4r05 avatar Oct 15 '18 22:10 ph4r05

Can you please post the complete command?

If I do certbot certonly, it asks for traditional verification methods.

philross88 avatar Oct 23 '18 02:10 philross88