From 498a11726ff8814697b7e58fc8432d26ea3448b7 Mon Sep 17 00:00:00 2001 From: Mirko Tietgen Date: Sat, 16 Jan 2016 10:05:38 +0100 Subject: [PATCH] Bug 15303 Use --staging during development to circumvent limits The --staging parameter uses the LE test server. This is only for testing, not supposed to go into master! --- 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 df25bb9..a5f0c04 100755 --- a/debian/scripts/koha-create +++ b/debian/scripts/koha-create @@ -330,7 +330,7 @@ enable_sru_server() letsencrypt_instance() { # Get letsencrypt certificates - $LETSENCRYPT_PATH/letsencrypt-auto --agree-tos --renew-by-default --webroot --server https://acme-v01.api.letsencrypt.org/directory certonly \ + $LETSENCRYPT_PATH/letsencrypt-auto --agree-tos --renew-by-default --webroot --staging 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.1.4