Certbot error no attribute TLSSNI01 / cert-revoke status code 400
Solution 1:
For a very fragile workaround, you can edit /usr/lib/python3/dist-packages/certbot_nginx/configurator.py
and replace return [challenges.HTTP01, challenges.TLSSNI01]
with return [challenges.HTTP01]
(or you… can use the webroot plugin)