Skip to content
Snippets Groups Projects
Commit 93f3f0b4 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

doc: add note on PKCS #11 configuration + fixes

parent 727af3ff
No related branches found
No related tags found
No related merge requests found
Pipeline #41920 passed with warnings
......@@ -523,7 +523,7 @@ Possible values:
.sp
A backend specific configuration. A directory with PEM files (the path can
be specified as a relative path to \fI\%kasp\-db\fP) or
a configuration string for PKCS #11 storage.
a configuration string for PKCS #11 storage (\fI<pkcs11\-url> <module\-path>\fP).
.sp
\fBNOTE:\fP
.INDENT 0.0
......@@ -619,7 +619,7 @@ policy:
nsec3\-salt\-length: INT
nsec3\-salt\-lifetime: TIME
ksk\-submission: submission_id
cds\-cdnskey\-publish: none | delete\-dnssec | always
cds\-cdnskey\-publish: none | delete\-dnssec | rollover | always
.ft P
.fi
.UNINDENT
......@@ -812,11 +812,13 @@ This only applies if the zone keys are automatically managed by the server.
Possible values:
.INDENT 0.0
.IP \(bu 2
\fBnone\fP \- Never publish any CDS or CDNSKEY records in the zone.
\fBnone\fP Never publish any CDS or CDNSKEY records in the zone.
.IP \(bu 2
\fBdelete\-dnssec\fP \- Publish special CDS and CDNSKEY records indicating turning off DNSSEC.
\fBdelete\-dnssec\fP Publish special CDS and CDNSKEY records indicating turning off DNSSEC.
.IP \(bu 2
\fBalways\fP \- Always publish CDS and CDNSKEY records for the current KSK.
\fBrollover\fP – Publish CDS and CDNSKEY records only in the submission phase of KSK rollover.
.IP \(bu 2
\fBalways\fP – Always publish CDS and CDNSKEY records for the current KSK.
.UNINDENT
.sp
\fIDefault:\fP always
......
......@@ -587,7 +587,7 @@ config
A backend specific configuration. A directory with PEM files (the path can
be specified as a relative path to :ref:`kasp-db<template_kasp-db>`) or
a configuration string for PKCS #11 storage.
a configuration string for PKCS #11 storage (`<pkcs11-url> <module-path>`).
.. NOTE::
Example configuration string for PKCS #11::
......@@ -683,7 +683,7 @@ DNSSEC policy configuration.
nsec3-salt-length: INT
nsec3-salt-lifetime: TIME
ksk-submission: submission_id
cds-cdnskey-publish: none | delete-dnssec | always
cds-cdnskey-publish: none | delete-dnssec | rollover | always
.. _policy_id:
......@@ -917,10 +917,10 @@ Controls if and how shall the CDS and CDNSKEY be published in the zone.
Possible values:
- ``none`` - Never publish any CDS or CDNSKEY records in the zone.
- ``delete-dnssec`` - Publish special CDS and CDNSKEY records indicating turning off DNSSEC.
- ``rollover`` - Publish CDS and CDNSKEY records only in the submission phase of KSK rollover.
- ``always`` - Always publish CDS and CDNSKEY records for the current KSK.
- ``none`` Never publish any CDS or CDNSKEY records in the zone.
- ``delete-dnssec`` Publish special CDS and CDNSKEY records indicating turning off DNSSEC.
- ``rollover`` Publish CDS and CDNSKEY records only in the submission phase of KSK rollover.
- ``always`` Always publish CDS and CDNSKEY records for the current KSK.
*Default:* always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment