Last active
March 26, 2018 22:17
-
-
Save h3nr1ke/f6b1d4cdcdbb683ef576cecfd28efd2c to your computer and use it in GitHub Desktop.
certbot error...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#---- 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