Skip to content

Instantly share code, notes, and snippets.

@h3nr1ke
Last active March 26, 2018 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h3nr1ke/f6b1d4cdcdbb683ef576cecfd28efd2c to your computer and use it in GitHub Desktop.
Save h3nr1ke/f6b1d4cdcdbb683ef576cecfd28efd2c to your computer and use it in GitHub Desktop.
certbot error...
#---- renew ssl when you get the error
#---- Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
certbot --authenticator standalone --installer apache -d <domain> --pre-hook "systemctl stop apache2" --post-hook "systemctl start apache2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment