bastion2
This commit is contained in:
parent
842fd5968b
commit
aa002fe55d
7
Makefile
7
Makefile
|
@ -4,6 +4,12 @@ bastion:
|
|||
--tsig-secret="+jmA1sPgduPR3X7wBn16KsOD3XZQYkPOHXzr4+8IvNvQATO5FfoxinHXJLloWABN+5n56F5Fuvf41+D/RL89UA==" \
|
||||
-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:
|
||||
./go-nsupdate \
|
||||
--tsig-algorithm=hmac-sha512 \
|
||||
|
@ -27,6 +33,7 @@ check:
|
|||
-i wlo1 check.lab.wit.com
|
||||
|
||||
make-keys:
|
||||
tsig-keygen -a hmac-sha512 bastion2.lab.wit.org
|
||||
tsig-keygen -a hmac-sha512 bastion.lab.wit.org
|
||||
sudo tsig-keygen -a hmac-sha512 hpdevone.lab.wit.org
|
||||
|
||||
|
|
Loading…
Reference in New Issue