mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-22 13:04:22 +08:00
missing domain, auto ToS
This commit is contained in:
parent
649a055025
commit
8e9664e2da
1 changed files with 2 additions and 1 deletions
|
@ -38,9 +38,10 @@ chmod +x zerossl-bot.sh
|
|||
# request the certs
|
||||
./zerossl-bot.sh \
|
||||
certonly --standalone \
|
||||
--non-interactive \
|
||||
--non-interactive --agree-tos \
|
||||
-m "$NM_EMAIL" \
|
||||
-d "stun.$NM_DOMAIN" \
|
||||
-d "api.$NM_DOMAIN" \
|
||||
-d "broker.$NM_DOMAIN" \
|
||||
-d "dashboard.$NM_DOMAIN" \
|
||||
-d "turn.$NM_DOMAIN" \
|
||||
|
|
Loading…
Add table
Reference in a new issue