]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Document several undocumented settings 1983/head
authorPieter Lexis <pieter@plexis.eu>
Tue, 23 Dec 2014 22:11:54 +0000 (23:11 +0100)
committerPieter Lexis <pieter@plexis.eu>
Tue, 23 Dec 2014 22:14:00 +0000 (23:14 +0100)
 * Closes #1348

pdns/docs/markdown/authoritative/settings.md

index ab70902370177dcef8a4b04088ecc6bd399107e8..b686982552cfde32cd3f91eec448d50b5ff50860 100644 (file)
@@ -104,6 +104,33 @@ Debugging switch - don't use.
 
 Operate as a daemon.
 
+## `default-ksk-algorithms`
+* String
+* Default: rsasha256
+
+The algorithm that should be used for the KSK when running
+[`pdnssec secure-zone`](internals.md#pdnssec).
+Must be one of:
+* rsamd5
+* dh
+* dsa
+* ecc
+* rsasha1
+* dsa-nsec3-sha1
+* rsasha1-nsec3-sha1
+* rsasha256
+* rsasha512
+* ecc-gost
+* ecdsap256sha256
+* ecdsap384sha384
+
+## `default-ksk-size`
+* Integer
+* Default: whichever is default for `default-ksk-algorithms`
+
+The default keysize for the KSK generated with
+[`pdnssec secure-zone`](internals.md#pdnssec).
+
 ## `default-soa-name`
 * String
 * Default: a.misconfigured.powerdns.server
@@ -121,6 +148,33 @@ Mail address to insert in the SOA record if none set in the backend.
 
 TTL to use when none is provided.
 
+## `default-zsk-algorithms`
+* String
+* Default: rsasha256
+
+The algorithm that should be used for the ZSK when running
+[`pdnssec secure-zone`](internals.md#pdnssec).
+Must be one of:
+* rsamd5
+* dh
+* dsa
+* ecc
+* rsasha1
+* dsa-nsec3-sha1
+* rsasha1-nsec3-sha1
+* rsasha256
+* rsasha512
+* ecc-gost
+* ecdsap256sha256
+* ecdsap384sha384
+
+## `default-zsk-size`
+* Integer
+* Default: whichever is default for `default-zsk-algorithms`
+
+The default keysize for the ZSK generated with
+[`pdnssec secure-zone`](internals.md#pdnssec).
+
 ## `direct-dnskey`
 * Boolean
 * Default: no