From 0986500ffaf4330f555ed4c80511e1268e4e1274 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Sun, 17 Mar 2019 22:48:33 +0100 Subject: [PATCH 1/2] security/acme-client: pass renewInterval to acme.sh, fixes #1221 --- .../src/opnsense/scripts/OPNsense/AcmeClient/certhelper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/security/acme-client/src/opnsense/scripts/OPNsense/AcmeClient/certhelper.php b/security/acme-client/src/opnsense/scripts/OPNsense/AcmeClient/certhelper.php index 6e034aa13..95d3eacd2 100755 --- a/security/acme-client/src/opnsense/scripts/OPNsense/AcmeClient/certhelper.php +++ b/security/acme-client/src/opnsense/scripts/OPNsense/AcmeClient/certhelper.php @@ -813,6 +813,7 @@ function run_acme_validation($certObj, $valObj, $acctObj) $acmecmd = "/usr/local/sbin/acme.sh " . implode(" ", $acme_args) . " " . "--${acme_action} " + . "--days " . (string)$certObj->renewInterval . " " . "--domain " . (string)$certObj->name . " " . $altnames . $acme_validation . " " From 91d7cdfb20167c85818eada593ec7bf8261b2366 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Mon, 18 Mar 2019 17:03:19 +0100 Subject: [PATCH 2/2] security/acme-client: bump version --- security/acme-client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index d9dfe0872..04fd03e3c 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= acme-client -PLUGIN_VERSION= 1.22 +PLUGIN_VERSION= 1.23 PLUGIN_COMMENT= Let's Encrypt client PLUGIN_MAINTAINER= opnsense@moov.de PLUGIN_DEPENDS= acme.sh bind912