feat: add knot_dnssec_policy_nsec3_salt_length to argument_specs.yml
This commit is contained in:
parent
4fc51962e1
commit
c7d1cde8c3
1 changed files with 8 additions and 0 deletions
|
@ -119,6 +119,14 @@ argument_specs:
|
||||||
- If set to C(off), C(NSEC) is used, which allows full zone enumeration.
|
- If set to C(off), C(NSEC) is used, which allows full zone enumeration.
|
||||||
type: str
|
type: str
|
||||||
default: 'on'
|
default: 'on'
|
||||||
|
knot_dnssec_policy_nsec3_salt_length:
|
||||||
|
description:
|
||||||
|
- Length of the NSEC3 salt field.
|
||||||
|
- >-
|
||||||
|
Use of a NSEC3 salt is discouraged by
|
||||||
|
U(RFC 9276,https://datatracker.ietf.org/doc/html/rfc9276#section-3.1).
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
knot_dnssec_policy_ksk_size:
|
knot_dnssec_policy_ksk_size:
|
||||||
description:
|
description:
|
||||||
- Size (in bits) of the KSK.
|
- Size (in bits) of the KSK.
|
||||||
|
|
Loading…
Reference in a new issue