Suggested by Tony Finch, these seem to be more reasonable defaults.
+5334. [doc] Update documentation with dnssec-policy clarifications.
+ Also change some defaults.
+
5333. [bug] Fix duration printing on Solaris when value is not
an ISO 8601 duration. [GL #1460]
<para>
A margin that is added to the publish interval in key
timing equations to give some extra time to cover
- unforeseen events. Default is <constant>PT5M</constant>
- (5 minutes).
+ unforeseen events. Default is <constant>PT1H</constant>
+ (1 hour).
</para>
</listitem>
</varlistentry>
<para>
A margin that is added to the retire interval in key
timing equations to give some extra time to cover
- unforeseen events. Default is <constant>PT5M</constant>
- (5 minutes).
+ unforeseen events. Default is <constant>PT1H</constant>
+ (1 hour).
</para>
</listitem>
</varlistentry>
<listitem>
<para>
The TTL of the DS RRset that the parent uses. Default is
- <constant>PT1H</constant> (1 hour).
+ <constant>P1D</constant> (1 day).
</para>
</listitem>
</varlistentry>
<programlisting>
<command>dnssec-policy</command> <replaceable>string</replaceable> {
-<<<<<<< HEAD
<command>dnskey-ttl</command> <replaceable>duration</replaceable>;
<command>keys</command> { ( csk | ksk | zsk ) key-directory lifetime <replaceable>duration</replaceable> algorithm <replaceable>integer</replaceable> [ <replaceable>integer</replaceable> ] ; ... };
<command>parent-ds-ttl</command> <replaceable>duration</replaceable>;
#define DNS_KASP_SIG_VALIDITY (86400*14)
#define DNS_KASP_SIG_VALIDITY_DNSKEY (86400*14)
#define DNS_KASP_KEY_TTL (3600)
-#define DNS_KASP_DS_TTL (3600)
-#define DNS_KASP_PUBLISH_SAFETY (300)
-#define DNS_KASP_RETIRE_SAFETY (300)
+#define DNS_KASP_DS_TTL (86400)
+#define DNS_KASP_PUBLISH_SAFETY (3600)
+#define DNS_KASP_RETIRE_SAFETY (3600)
#define DNS_KASP_ZONE_MAXTTL (86400)
#define DNS_KASP_ZONE_PROPDELAY (300)
#define DNS_KASP_PARENT_PROPDELAY (3600)