diff options
Diffstat (limited to '1-make-anchor.sh')
| -rwxr-xr-x | 1-make-anchor.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 . + |
