remove us-nyc1

This commit is contained in:
Simon Marsh 2021-04-21 08:00:23 +01:00
parent b52a95c0e4
commit 0f1fba5ee8
Signed by: burble
GPG Key ID: 0FCCD13AE1CF7ED8
3 changed files with 7 additions and 1 deletions

View File

@ -17,6 +17,5 @@ var nodes = [
[ 'us-chi1', '193.29.63.150', '2605:4840:3:10::ab2d', 'true', 14, '172.20.129.166' ],
[ 'us-dal3', '144.172.126.201', '2602:fe64:8::4', 'true', 10, '172.20.129.172' ],
[ 'us-lax1', '185.215.224.214', '2a0b:ae40:1:4a0a::5a', 'true', 26, '172.20.129.165' ],
[ 'us-nyc1', '185.213.26.143', '2a0d:5600:33:b::1', 'true', 20, '172.20.129.168' ],
[ 'us-phx1', '162.251.160.61', '2605:8340:0:6::2', 'false', 11, '172.20.129.171' ]
];

View File

@ -2,6 +2,7 @@
########################################################################
certs=(
'burble-dn42'
'collector-dn42'
)

6
scripts/renew.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
dnscontrol get-certs \
--acme https://acme-v2.acme.dn42/directory \
--agreeTOS \
--email "dn42@burble.com"