Get real production certificates

Update server URL to use the production ready API URL.
This commit is contained in:
JrCs 2015-11-22 12:19:27 +01:00
parent 7f85f7c4af
commit 1ee83cc0f6

View file

@ -26,7 +26,9 @@ while true; do
primary_domain=${!host_varname}
mkdir -p /etc/nginx/certs/$primary_domain
cd /etc/nginx/certs/$primary_domain
/opt/simp_le/venv/bin/simp_le $domain_params -f fullchain.pem -f key.pem --email ${!email_varname} --default_root /usr/share/nginx/html/
/opt/simp_le/venv/bin/simp_le $domain_params -f fullchain.pem -f key.pem --email ${!email_varname} \
--server=https://acme-v01.api.letsencrypt.org/directory \
--default_root /usr/share/nginx/html/
simp_le_return=$?
cd /app