diff options
| author | Jeff Carr <[email protected]> | 2023-04-12 02:36:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-12 02:36:08 -0500 |
| commit | aa002fe55d04f4e8bff675ac92457ca5b229a587 (patch) | |
| tree | df0282f60238708093d5f16d057125d88dac607c | |
| parent | 842fd5968bb638b8d32dc68655e0268e5d9597d6 (diff) | |
bastion2
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
