Closed AronNovak closed 4 years ago
For the record, on the same system, without certbot-external-auth
, I could perform the DNS challenge for some domains without any issues.
I was able to workaround this locally by editing /usr/local/lib/python3.7/site-packages/certbot_external_auth/plugin.py
, and at line 219, removed the "TLSSNI01" item from the array, inside get_chall_pref
.
It was already addressed in master
, merely the pip package is outdated.
I have now pushed a new version to pypi but had to change the package name. Can you pls try
pip uninstall certbot-external-auth pip install certbot-ext-auth
... usage should be the same
Just adding this note in case someone else runs into this as well, as it was not immediately obvious to me:
Changing the package name also means that on the certbot commandline all parameters starting with --certbot-external-auth
need to be changed to --certbot-ext-auth
.
Command:
Output:
From the log:
Versions:
certbot 1.3.0
certbot-external-auth 0.1.0