Skip to content

Commit

Permalink
Add documentation for updating existing certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Yorkley committed Jun 20, 2019
1 parent 718fbf5 commit 5bd9f15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ Create a custom role including the `certbot_nginx` role that generates the certi

> You need to declare the `loop_control` to map the `item` var of the `with_item` loop with the `loop_var` value as `domain_name`. See the [`loop_control` doc](https://docs.ansible.com/ansible/latest/user_guide/playbooks_loops.html?highlight=loop_control#loop-control)

Updating Existing Certificates
-------------------------------

If the details for your site have changed since the certificate was created, you can update it by defining `certbot_force_update: true` or passing `--extra-vars "certbot_force_update=true"` via the commandline.


Let's Encrypt Staging Environment
---------------------------------

Expand Down

0 comments on commit 5bd9f15

Please sign in to comment.