mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-02-22 09:04:21 +01:00
add MINT_LND_REST_CERT_VERIFY env bool that when set to False allow to skip certificate validation for LND api call (#535)
* LND Backend - Add MINT_LND_REST_CERT_VERIFY bool variable that when set to False allows verify=False for httpx and ignore LND selfsigned certificate validation On branch main Your branch is up to date with 'origin/main'. Changes to be committed: modified: .env.example modified: cashu/core/settings.py modified: cashu/lightning/lndrest.py * Update .env.example --------- Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
This commit is contained in:
@@ -70,6 +70,7 @@ MINT_LNBITS_KEY=yourkeyasdasdasd
|
||||
MINT_LND_REST_ENDPOINT=https://127.0.0.1:8086
|
||||
MINT_LND_REST_CERT="/home/lnd/.lnd/tls.cert"
|
||||
MINT_LND_REST_MACAROON="/home/lnd/.lnd/data/chain/bitcoin/regtest/admin.macaroon"
|
||||
MINT_LND_REST_CERT_VERIFY=True
|
||||
|
||||
# Use with CoreLightningRestWallet
|
||||
MINT_CORELIGHTNING_REST_URL=https://localhost:3001
|
||||
|
||||
Reference in New Issue
Block a user