From e7dafc9b0ded7be3127aa2e2c5a62eec9128f36c Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Wed, 9 Jan 2019 20:15:08 -0500 Subject: [PATCH] ca-install: install certs to mailman server certs need to be available in case members configure list domains with ssl. --- ca-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ca-install b/ca-install index 416cc0d..c76206b 100755 --- a/ca-install +++ b/ca-install @@ -31,7 +31,7 @@ else KEY=$4 fi -WEBSERVERS="shelob.hcoop.net" +WEBSERVERS="shelob.hcoop.net minsky.hcoop.net" function verify_cert () { if test -z "$2" || test -n "$3"; then -- 2.20.1