misc
This commit is contained in:
parent
4e6c20cf5f
commit
842fd5968b
11
Makefile
11
Makefile
|
@ -8,7 +8,13 @@ hpdevone:
|
|||
./go-nsupdate \
|
||||
--tsig-algorithm=hmac-sha512 \
|
||||
--tsig-secret="uf7tVM0ePWiSl0HtLNJVP7/DH/WuNkugxS19uXfN+k9V+avixXg/fmIS31FjR/kscvgMmkS+sspB83WjYXGU+w==" \
|
||||
-i wlo1 hpdevone.lab.wit.org
|
||||
-i wlo1 hpdevone.lab.wit.org
|
||||
|
||||
hpdevone-bastion:
|
||||
./go-nsupdate \
|
||||
--tsig-algorithm=hmac-sha512 \
|
||||
--tsig-secret="+jmA1sPgduPR3X7wBn16KsOD3XZQYkPOHXzr4+8IvNvQATO5FfoxinHXJLloWABN+5n56F5Fuvf41+D/RL89UA==" \
|
||||
-i wlo1 hpdevone.lab.wit.org
|
||||
|
||||
setdate:
|
||||
# apt install ntpdate
|
||||
|
@ -18,11 +24,12 @@ check:
|
|||
./go-nsupdate \
|
||||
--tsig-algorithm=hmac-sha512 \
|
||||
--tsig-secret="uf7tVM0ePWiSl0HtLNJVP7/DH/WuNkugxS19uXfN+k9V+avixXg/fmIS31FjR/kscvgMmkS+sspB83WjYXGU+w==" \
|
||||
-i wlo1 check.lab.wit.com
|
||||
-i wlo1 check.lab.wit.com
|
||||
|
||||
make-keys:
|
||||
tsig-keygen -a hmac-sha512 bastion.lab.wit.org
|
||||
sudo tsig-keygen -a hmac-sha512 hpdevone.lab.wit.org
|
||||
|
||||
push:
|
||||
git commit -a
|
||||
git push wit jcarr
|
||||
|
|
Loading…
Reference in New Issue