Skip to content

Commit

Permalink
Stop and start nginx before renewing certs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Jun 25, 2018
1 parent febc4ae commit 1d9f5c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provisioning/roles/cuttlefish-app/tasks/main.yml
Expand Up @@ -81,6 +81,7 @@
certbot_auto_renew_user: root
certbot_auto_renew_minute: 10
certbot_auto_renew_hour: 7
certbot_auto_renew_options: '--no-self-upgrade --pre-hook "service nginx stop" --post-hook "service nginx start"'
certbot_create_if_missing: yes
certbot_certs:
- email: contact@oaf.org.au
Expand Down

0 comments on commit 1d9f5c4

Please sign in to comment.