summaryrefslogtreecommitdiff
path: root/defaults/main.yml
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2020-10-06 20:52:41 -0400
committerMitch Riedstra <mitch@riedstra.us>2020-10-06 20:52:41 -0400
commit22edab4638df31df0059a881e5b7f39ffd84a85d (patch)
treeb03203d8447540201fe86dcf795598690983854d /defaults/main.yml
parent2f77c2f0d1faec9b4af9e5b8445b5a287d966aeb (diff)
downloadacme.sh-22edab4638df31df0059a881e5b7f39ffd84a85d.tar.gz
acme.sh-22edab4638df31df0059a881e5b7f39ffd84a85d.tar.xz
Finish up the role. Allow forcing of certificate renewals, and do not try to re-issue a cert under normal circumstances
Diffstat (limited to 'defaults/main.yml')
-rw-r--r--defaults/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/defaults/main.yml b/defaults/main.yml
index 3b276af..035f0f3 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -20,6 +20,10 @@ acmesh_env: |
# your certificates will be technically correct but invalid
acmesh_flags: --staging
+# Set to 1 to force a renewal, you might want to set it back to 0 when done.
+# automatically adds a --force flag
+acmesh_force: '1'
+
acmesh_user:
name: acme
home: /var/acme