mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
Staging
This commit is contained in:
parent
dc0dd6588c
commit
8868783476
@ -7,7 +7,11 @@
|
|||||||
#
|
#
|
||||||
######## Public functions #####################
|
######## Public functions #####################
|
||||||
|
|
||||||
NAMECHEAP_API="https://api.sandbox.namecheap.com/xml.response"
|
if [ "$STAGE" -eq 1 ]; then
|
||||||
|
NAMECHEAP_API="https://api.sandbox.namecheap.com/xml.response"
|
||||||
|
else
|
||||||
|
NAMECHEAP_API="https://api.namecheap.com/xml.response"
|
||||||
|
fi
|
||||||
|
|
||||||
#Usage: dns_namecheap_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
|
#Usage: dns_namecheap_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
|
||||||
dns_namecheap_add() {
|
dns_namecheap_add() {
|
||||||
|
Loading…
Reference in New Issue
Block a user