aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes4
-rwxr-xr-xacmeman3
-rw-r--r--lib/App/Acmeman.pm2
3 files changed, 8 insertions, 1 deletions
diff --git a/Changes b/Changes
index dfe731d..e6fa35e 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+3.08 2021-06-11
+
+ - Allow for multiple per-domain postrenew statements.
+
3.07 2021-02-12
- Change bugtracker address.
diff --git a/acmeman b/acmeman
index 92fdc55..2bb2068 100755
--- a/acmeman
+++ b/acmeman
@@ -531,6 +531,9 @@ setting is used.
Run I<CMD> after successful update. If not given, the B<core.postrenew>
commands will be run.
+If more than one B<postrenew> statements are defined, they will be run in
+sequence, in the same order as they appeared in the configuration file.
+
I<CMD> is run in the environment inherited from the calling B<acmeman>
process with the following additional variables defined:
diff --git a/lib/App/Acmeman.pm b/lib/App/Acmeman.pm
index 5b91bf2..5f92b3a 100644
--- a/lib/App/Acmeman.pm
+++ b/lib/App/Acmeman.pm
@@ -25,7 +25,7 @@ use Text::ParseWords;
use App::Acmeman::Log qw(:all :sysexits);
use feature 'state';
-our $VERSION = '3.07';
+our $VERSION = '3.08';
my $progdescr = "manages ACME certificates";

Return to:

Send suggestions and report system problems to the System administrator.