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 <chrisc@catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
2f634f2862
commit
34d1eea049
1 changed files with 1 additions and 1 deletions
2
debian/scripts/koha-create
vendored
2
debian/scripts/koha-create
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue