certbot-external-auth
certbot-external-auth copied to clipboard
Certbot external DNS, HTTP, TLSSNI domain validation plugin with JSON output and scriptable hooks, with Dehydrated compatibility
After doing "pip install certbot-ext-auth", "certbot --version" errors out with "An unexpected error occurred: \ ModuleNotFoundError: No module named 'past'". To get module past, amusingly I had to "pip install...
I have tried to install the plugin on CentOS 7. First, the `encoding="utf-8"` in `setup.py` must be removed, then the package could be installed with pip from the modified tarball....
Frequently when I try to do a cert renewal for multiple domains, the token the letsencrypt server gives me starts with a `-`. When this is the case, renewal fails....
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...
I am requesting a certificate for an internal domain using DNS validation. I am following the directions from [[1]] and [[2]]. My domain `example.com` is valid and available in the...
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...
[This post](http://serverfault.com/questions/750902/how-to-use-lets-encrypt-dns-challenge-validation#answer-812038) mentions using Ansible together with JSON mode. But afaik Ansible can't talk to stdin like that, let alone in an asynchronous way. The problem I see is that...