Articles & Code Snippets


Renew Let's Encrypt certificate

Let's encrypt error certificate install error - “Client with the currently selected authenticator does not support any combination of challenges”


certbot --authenticator standalone --installer apache -d your-domain.com \
--pre-hook "systemctl stop apache2" \
--post-hook "systemctl start apache2"
web


Archives