Skip to content

Instantly share code, notes, and snippets.

@khairulhasanmd
Created April 26, 2020 11:15
Show Gist options
  • Save khairulhasanmd/c678ed2976d0b912993cf4b6b373cf3a to your computer and use it in GitHub Desktop.
Save khairulhasanmd/c678ed2976d0b912993cf4b6b373cf3a to your computer and use it in GitHub Desktop.
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment