Update to use the new simp_le API
This commit is contained in:
parent
2f65681c1a
commit
49ed239d57
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ update_certs() {
|
||||||
echo "Creating/renewal $domain certificates..."
|
echo "Creating/renewal $domain certificates..."
|
||||||
/usr/local/bin/simp_le \
|
/usr/local/bin/simp_le \
|
||||||
-d "$domain" \
|
-d "$domain" \
|
||||||
-f fullchain.pem -f key.pem \
|
-f account_key.json -f key.pem -f fullchain.pem \
|
||||||
--email "${!email_varname}" \
|
--email "${!email_varname}" \
|
||||||
--server=https://acme-v01.api.letsencrypt.org/directory \
|
--server=https://acme-v01.api.letsencrypt.org/directory \
|
||||||
--default_root /usr/share/nginx/html/
|
--default_root /usr/share/nginx/html/
|
||||||
|
|
Loading…
Reference in a new issue