mirror of
https://github.com/wassname/nginx-proxy-letsencrypt.git
synced 2026-09-09 11:27:33 +08:00
Merge pull request #16 from JrCs/master
Update to use the new simp_le API
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ update_certs() {
|
||||
echo "Creating/renewal $domain certificates..."
|
||||
/usr/local/bin/simp_le \
|
||||
-d "$domain" \
|
||||
-f fullchain.pem -f key.pem \
|
||||
-f account_key.json -f key.pem -f fullchain.pem \
|
||||
--email "${!email_varname}" \
|
||||
--server=https://acme-v01.api.letsencrypt.org/directory \
|
||||
--default_root /usr/share/nginx/html/
|
||||
|
||||
Reference in New Issue
Block a user