[Opendnssec-develop] ZoneList revisited
Jakob Schlyter
jakob at kirei.se
Mon Mar 30 15:12:20 UTC 2009
so this is my suggestion. one thing that Jelte might want to know is
how often (at most) the SignerConfiguration needs to be checked for
changes, but I don't know if that's really necessary.
jakob
-- cut --
datatypes xsd = "http://www.w3.org/2001/XMLSchema-datatypes"
start = zonelist
zonelist = element ZoneList {
element Zone {
attribute name { xsd:string },
element Policy { xsd:string },
element SignerConfiguration { xsd:string },
element Adapters {
element Input { adapter },
element Output { adapter }
}
}*
}
adapter = element File { xsd:string }
-- cut --
example:
-- cut --
<ZoneList>
<Zone name="opendnssec.se">
<Policy>default</Policy>
<SignerConfiguration>/var/opendnssec/config/opendnssec.se.xml</
SignerConfiguration>
<Adapters>
<Input>
<File>/var/dnssec/unsigned/opendnssec.se</File>
</Input>
<Output>
<File>/var/dnssec/signed/opendnssec.se</File>
</Output>
</Adapters>
</Zone>
</ZoneList>
-- cut --
More information about the Opendnssec-develop
mailing list