From b4ef53556056e4b0894b1fe5c3893ce0fa3a9077 Mon Sep 17 00:00:00 2001 From: Mirko Tietgen Date: Sun, 17 Jan 2016 00:15:30 +0100 Subject: [PATCH] Bug 15303 LE production server Deletes the --staging option of the letsencrypt command to get real certificates. Rate limits apply. Signed-off-by: Chris Cormack --- debian/scripts/koha-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create index 159193b..4484910 100755 --- a/debian/scripts/koha-create +++ b/debian/scripts/koha-create @@ -352,7 +352,7 @@ check_letsencrypt() letsencrypt_instance() { # Get letsencrypt certificates - letsencrypt --agree-tos --renew-by-default --webroot --staging certonly \ + letsencrypt --agree-tos --renew-by-default --webroot certonly \ -w /usr/share/koha/opac/htdocs/ -d $opacdomain -w /usr/share/koha/intranet/htdocs/ -d $intradomain # enable all ssl settings (apache won't start with these before certs are present) sed -i "s:^\s*#\(\s*SSL.*\)$:\1:" "/etc/apache2/sites-available/$name.conf" -- 2.8.0.rc3