Fixes #12: Document how to generate certs automatically using certbot --standalone.

This commit is contained in:
Jeff Geerling
2017-12-11 22:17:25 -06:00
parent 5f7c9e046c
commit d3f98e4258
5 changed files with 65 additions and 24 deletions
+3 -3
View File
@@ -87,12 +87,10 @@
vars:
certbot_admin_email: https@servercheck.in
certbot_create_if_missing: yes
certbot_create_stop_services:
- nginx
certbot_create_standalone_stop_services: []
certbot_certs:
- domains:
- certbot-test.servercheck.in
certbot_create_stop_services: []
nginx_vhosts:
- listen: "443 ssl http2"
server_name: "certbot-test.servercheck.in"
@@ -176,3 +174,5 @@
record: certbot-test.servercheck.in
type: A
ttl: 300
# See: https://github.com/ansible/ansible/pull/32297
value: []