Update examples with correct certbot options

This commit is contained in:
Steven Dickenson 2021-02-15 14:22:46 -05:00
parent 8e23118779
commit 3d33b799eb
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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