mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Add staging
This commit is contained in:
parent
4771d2502c
commit
2f395f0a5e
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ aliases=$3
|
||||||
# LE API
|
# LE API
|
||||||
API='https://acme-v02.api.letsencrypt.org'
|
API='https://acme-v02.api.letsencrypt.org'
|
||||||
|
|
||||||
|
if [[ "$LE_STAGING" = 'yes' ]]; then
|
||||||
|
LE_API='https://acme-staging-v02.api.letsencrypt.org'
|
||||||
|
fi
|
||||||
|
|
||||||
# Includes
|
# Includes
|
||||||
source $VESTA/func/main.sh
|
source $VESTA/func/main.sh
|
||||||
source $VESTA/func/domain.sh
|
source $VESTA/func/domain.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue