summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 239e120..5b2f6b8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,19 @@
-all:
+bastion:
+ ./go-nsupdate \
+ --tsig-algorithm=hmac-sha512 \
+ --tsig-secret="+jmA1sPgduPR3X7wBn16KsOD3XZQYkPOHXzr4+8IvNvQATO5FfoxinHXJLloWABN+5n56F5Fuvf41+D/RL89UA==" \
+ -i enp1s0f3 bastion.lab.wit.org
+
+hpdevone:
./go-nsupdate \
--tsig-algorithm=hmac-sha512 \
--tsig-secret="uf7tVM0ePWiSl0HtLNJVP7/DH/WuNkugxS19uXfN+k9V+avixXg/fmIS31FjR/kscvgMmkS+sspB83WjYXGU+w==" \
-i wlo1 hpdevone.lab.wit.org
+setdate:
+ # apt install ntpdate
+ ntpdate pool.ntp.org
+
check:
./go-nsupdate \
--tsig-algorithm=hmac-sha512 \
@@ -11,4 +21,5 @@ check:
-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