Changeset 2987

Show
Ignore:
Timestamp:
03/10/10 14:41:20 (6 months ago)
Author:
jakob
Message:

add <DelegationSignerSubmitCommand?> for Enforcer configuration

Location:
trunk/OpenDNSSEC/conf
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/OpenDNSSEC/conf/conf.rnc

    r2428 r2987  
    8989 
    9090                # 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 }? 
    9296        }, 
    9397 
  • trunk/OpenDNSSEC/conf/conf.xml.in

    r2943 r2987  
    4949                <Interval>PT3600S</Interval> 
    5050                <!-- <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> --> 
    5156        </Enforcer> 
    5257