From 955ec8b17e227115039941ea8b704f5ab240cbf1 Mon Sep 17 00:00:00 2001 From: Simon Spannagel Date: Mon, 22 Nov 2021 07:35:38 +0100 Subject: [PATCH] Update documentation --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 78b967a..9c48a45 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ The email address used to agree to Let's Encrypt's TOS and subscribe to cert-rel certbot_certs: [] # - email: janedoe@example.com - # - webroot: "/var/www/html" - # - domains: + # webroot: "/var/www/html" + # domains: # - example1.com # - example2.com # - domains: @@ -84,10 +84,6 @@ This install method is currently experimental and may or may not work across all #### Webroot Certificate Generation - certbot_deployhook: "service {{certbot_create_standalone_stop_services }} restart" - -Script content for the deploy hook called by certbot after successfully obtaining the certificate - When using the `webroot` creation method, a `webroot` item has to be provided for every `certbot_certs` item, specifying which directory to use for the authentication. Also, make sure your webserver correctly delivers contents from this directory. ### Source Installation from Git