2014-10-16 09:03:46 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Managed by IPA - do not edit! -->
|
|
|
|
<Configuration>
|
|
|
|
|
|
|
|
<RepositoryList>
|
|
|
|
|
|
|
|
<Repository name="SoftHSM">
|
|
|
|
<Module>$SOFTHSM_LIB</Module>
|
|
|
|
<TokenLabel>$TOKEN_LABEL</TokenLabel>
|
|
|
|
<PIN>$PIN</PIN>
|
|
|
|
<AllowExtraction/>
|
|
|
|
</Repository>
|
|
|
|
|
|
|
|
</RepositoryList>
|
|
|
|
|
|
|
|
<Common>
|
|
|
|
<Logging>
|
|
|
|
<Syslog><Facility>local0</Facility></Syslog>
|
|
|
|
</Logging>
|
|
|
|
|
|
|
|
<PolicyFile>/etc/opendnssec/kasp.xml</PolicyFile>
|
|
|
|
<ZoneListFile>/etc/opendnssec/zonelist.xml</ZoneListFile>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<ZoneFetchFile>/etc/opendnssec/zonefetch.xml</ZoneFetchFile>
|
|
|
|
-->
|
|
|
|
</Common>
|
|
|
|
|
|
|
|
<Enforcer>
|
|
|
|
<Privileges>
|
2016-03-18 05:25:20 -05:00
|
|
|
<User>$ODS_USER</User>
|
|
|
|
<Group>$ODS_GROUP</Group>
|
2014-10-16 09:03:46 -05:00
|
|
|
</Privileges>
|
|
|
|
|
|
|
|
<Datastore><SQLite>$KASP_DB</SQLite></Datastore>
|
2020-03-03 01:00:58 -06:00
|
|
|
$INTERVAL
|
2014-10-16 09:03:46 -05:00
|
|
|
<!-- <ManualKeyGeneration/> -->
|
|
|
|
<!-- <RolloverNotification>P14D</RolloverNotification> -->
|
|
|
|
|
|
|
|
<!-- the <DelegationSignerSubmitCommand> will get all current
|
|
|
|
DNSKEYs (as a RRset) on standard input
|
|
|
|
-->
|
|
|
|
<!-- <DelegationSignerSubmitCommand>/usr/sbin/eppclient</DelegationSignerSubmitCommand> -->
|
|
|
|
</Enforcer>
|
|
|
|
|
|
|
|
</Configuration>
|