diff options
| author | Matthieu Pignolet <m@mpgn.dev> | 2025-05-09 20:43:56 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <m@mpgn.dev> | 2025-05-09 20:43:56 +0400 |
| commit | 7da500d9cfdcd459efcfa8e6e9ffcfb51620b417 (patch) | |
| tree | 4e12ffbb10858bbac5e6e44c18a0cd39a628850c /1-make-anchor.sh | |
first commit
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 . + |
