[enh] BMA: Defining port 443 automatically creates a BMAS endpoint

BMA endpoint is therefore not created, and YnH package doesn't
requires it since there is a LE certificate

https://forum.duniter.org/t/-/7793/9
This commit is contained in:
Moul 2020-12-12 13:39:32 +01:00
parent fb1567e9c2
commit 6d5366c2bf
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@ INSTALL_SYSTEMD () {
}
CONFIGURE_DUNITER () {
duniter config --bma --ipv4 127.0.0.1 --port $port --remoteh $domain --remotep 80 --noupnp
duniter config --addep "BMAS $domain 443"
duniter config --bma --ipv4 127.0.0.1 --port $port --remoteh $domain --remotep 443 --noupnp
duniter config --ws2p-host 127.0.0.1 --ws2p-port 20901 --ws2p-remote-host $domain --ws2p-remote-port 443 --ws2p-noupnp
}