We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Instructions for setting up wildcard certs for the server
Will run into AttributeError: module ‘acme.challenges’ has no attribute ‘TLSSNI01’ on Ubuntu 20.04
AttributeError: module ‘acme.challenges’ has no attribute ‘TLSSNI01’
remove the package installed with apt: sudo apt remove python3-certbot-nginx and installing with pip: sudo pip3 install certbot-nginx
https://community.letsencrypt.org/t/attributeerror-module-acme-challenges-has-no-attribute-tlssni01/122252
https://github.com/certbot/certbot/issues/7951