summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--named.conf13
1 files changed, 9 insertions, 4 deletions
diff --git a/named.conf b/named.conf
index fe78450..2570f1c 100644
--- a/named.conf
+++ b/named.conf
@@ -20,6 +20,14 @@ options {
also-notify {
178.79.157.58; // lucifer
};
+
+};
+
+dnssec-policy standard {
+ keys {
+ ksk lifetime 365d algorithm ed25519;
+ zsk lifetime 60d algorithm ed25519;
+ };
};
zone "kyriasis.com" IN {
@@ -33,10 +41,7 @@ zone "kyriasis.com" IN {
};
notify explicit;
- # publish and activate dnssec keys
- auto-dnssec maintain;
-
- inline-signing yes;
+ dnssec-policy standard;
};
zone "the-tk.com" {