12th January 2022
Other⚑
-
New: 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