From 3d33b799ebca23e6afa9e4beb436fa5f61c5e8bc Mon Sep 17 00:00:00 2001 From: Steven Dickenson Date: Mon, 15 Feb 2021 14:22:46 -0500 Subject: [PATCH] Update examples with correct certbot options --- README.md | 3 ++- defaults/main.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bab586..63c3a3c 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,8 @@ Additional options to pass to `certbot` during the creation event. This is usefu # - example2.com # renewal_config: # authenticator: webroot - # webroot-path: /usr/share/nginx/html + # webroot_path: /usr/share/nginx/html + # renew_hook: systemctl reload nginx # create_options: --server https://ca.internal/acme/acme/director # - domains: # - example3.com diff --git a/defaults/main.yml b/defaults/main.yml index 555ba87..3c09bfe 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -22,7 +22,8 @@ certbot_certs: [] # - example2.com # renewal_config: # authenticator: webroot -# webroot-path: /usr/share/nginx/html +# webroot_path: /usr/share/nginx/html +# renew_hook: systemctl restart nginx # create_options: --server https://ca.internal/acme/acme/director # - domains: # - example3.com