From 22edab4638df31df0059a881e5b7f39ffd84a85d Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Tue, 6 Oct 2020 20:52:41 -0400 Subject: Finish up the role. Allow forcing of certificate renewals, and do not try to re-issue a cert under normal circumstances --- defaults/main.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'defaults') 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 -- cgit v1.2.3