mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
btcpay-update must update old ACME URI
This commit is contained in:
parent
627fa3b629
commit
7528225a72
@ -53,7 +53,7 @@ fi
|
||||
|
||||
if [[ "$ACME_CA_URI" == "https://acme-v01.api.letsencrypt.org/directory" ]]; then
|
||||
original_acme="$ACME_CA_URI"
|
||||
export ACME_CA_URI="proudction"
|
||||
export ACME_CA_URI="production"
|
||||
echo "Info: Rewriting ACME_CA_URI from $original_acme to $ACME_CA_URI"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user