Changeset 2987
- Timestamp:
- 03/10/10 14:41:20 (6 months ago)
- Location:
- trunk/OpenDNSSEC/conf
- Files:
-
- 2 modified
-
conf.rnc (modified) (1 diff)
-
conf.xml.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/OpenDNSSEC/conf/conf.rnc
r2428 r2987 89 89 90 90 # How long before a KSK Rollover should we start warning (optional) 91 element RolloverNotification { xsd:duration }? 91 element RolloverNotification { xsd:duration }?, 92 93 # Command to use for submitting new DS records to a parent - 94 # the command should accept DNSKEY RRsets via STDIN 95 element DelegationSignerSubmitCommand { xsd:string }? 92 96 }, 93 97 -
trunk/OpenDNSSEC/conf/conf.xml.in
r2943 r2987 49 49 <Interval>PT3600S</Interval> 50 50 <!-- <ManualKeyGeneration/> --> 51 52 <!-- the <DelegationSignerSubmitCommand> will get all current 53 DNSKEYs (as a RRset) on standard input 54 --> 55 <!-- <DelegationSignerSubmitCommand>@OPENDNSSEC_SBIN_DIR@/eppclient</DelegationSignerSubmitCommand> --> 51 56 </Enforcer> 52 57
