From 7da500d9cfdcd459efcfa8e6e9ffcfb51620b417 Mon Sep 17 00:00:00 2001 From: Matthieu Pignolet Date: Fri, 9 May 2025 20:43:56 +0400 Subject: first commit --- 1-make-anchor.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 1-make-anchor.sh (limited to '1-make-anchor.sh') diff --git a/1-make-anchor.sh b/1-make-anchor.sh new file mode 100755 index 0000000..9140283 --- /dev/null +++ b/1-make-anchor.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +dnssec-keygen -a ECDSA384 -b 2048 -n ZONE . +dnssec-keygen -f KSK -a ECDSA384 -b 4096 -n ZONE . + -- cgit v1.2.3