remove us-nyc1
This commit is contained in:
parent
b52a95c0e4
commit
0f1fba5ee8
@ -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' ]
|
||||
];
|
||||
|
@ -2,6 +2,7 @@
|
||||
########################################################################
|
||||
|
||||
certs=(
|
||||
'burble-dn42'
|
||||
'collector-dn42'
|
||||
)
|
||||
|
||||
|
6
scripts/renew.sh
Executable file
6
scripts/renew.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
dnscontrol get-certs \
|
||||
--acme https://acme-v2.acme.dn42/directory \
|
||||
--agreeTOS \
|
||||
--email "dn42@burble.com"
|
Loading…
x
Reference in New Issue
Block a user