This commit is contained in:
Jeff Carr 2023-04-12 02:36:08 -05:00
parent 842fd5968b
commit aa002fe55d
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,12 @@ bastion:
--tsig-secret="+jmA1sPgduPR3X7wBn16KsOD3XZQYkPOHXzr4+8IvNvQATO5FfoxinHXJLloWABN+5n56F5Fuvf41+D/RL89UA==" \ --tsig-secret="+jmA1sPgduPR3X7wBn16KsOD3XZQYkPOHXzr4+8IvNvQATO5FfoxinHXJLloWABN+5n56F5Fuvf41+D/RL89UA==" \
-i enp1s0f3 bastion.lab.wit.org -i enp1s0f3 bastion.lab.wit.org
bastion2:
./go-nsupdate \
--tsig-algorithm=hmac-sha512 \
--tsig-secret="y3q4ullOenXIzzMQVh+iazMGW0f4Qr+PmAT/zAZZ09HrK5ftYWFwlIEdRq5XPRmEA+nzDO47uJ95+/xNOgbNzQ==" \
-i enp1s0f3 bastion2.lab.wit.org
hpdevone: hpdevone:
./go-nsupdate \ ./go-nsupdate \
--tsig-algorithm=hmac-sha512 \ --tsig-algorithm=hmac-sha512 \
@ -27,6 +33,7 @@ check:
-i wlo1 check.lab.wit.com -i wlo1 check.lab.wit.com
make-keys: make-keys:
tsig-keygen -a hmac-sha512 bastion2.lab.wit.org
tsig-keygen -a hmac-sha512 bastion.lab.wit.org tsig-keygen -a hmac-sha512 bastion.lab.wit.org
sudo tsig-keygen -a hmac-sha512 hpdevone.lab.wit.org sudo tsig-keygen -a hmac-sha512 hpdevone.lab.wit.org