mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
$LE_API to $API
This commit is contained in:
parent
f50a785fff
commit
a18ee316a2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ aliases=$3
|
||||||
API='https://acme-v02.api.letsencrypt.org'
|
API='https://acme-v02.api.letsencrypt.org'
|
||||||
|
|
||||||
if [[ "$LE_STAGING" = 'yes' ]]; then
|
if [[ "$LE_STAGING" = 'yes' ]]; then
|
||||||
LE_API='https://acme-staging-v02.api.letsencrypt.org'
|
API='https://acme-staging-v02.api.letsencrypt.org'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Includes
|
# Includes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue