summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5c8b596..ce66011 100644
--- a/Makefile
+++ b/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