Skip to content

Let\'s Encrypt

Usage

Request a new certificate

If there is no HTTP sever running:

certbot certonly --standalone --preferred-challenges http-01 -d {{ domain }} --register-unsafely-without-email --agree-tos -n

If there is an HTTP running:

certonly --webroot -w {{ web_path_letsencrypt }} --preferred-challenges http-01 -d {{ domain }} --register-unsafely-without-email --agree-tos -n