fca949
fca949
fca949
<Configuration>
fca949
fca949
	<RepositoryList>
fca949
fca949
		<Repository name="SoftHSM">
fca949
			<Module>/usr/lib64/softhsm/libsofthsm.so</Module>
fca949
			<TokenLabel>OpenDNSSEC</TokenLabel>
fca949
			<PIN>1234</PIN>
fca949
fca949
			# Disabled so it stores the public key in the HSM too,
fca949
			# so bind's dnssec-signzone can be used as well
fca949
			<SkipPublicKey/>
fca949
-->
fca949
		</Repository>
fca949
fca949
fca949
		<Repository name="sca6000">
fca949
			<Module>/usr/lib64/opencryptoki/PKCS11_API.so</Module>
fca949
			<TokenLabel>Sun Metaslot</TokenLabel>
fca949
			<PIN>test:1234</PIN>
fca949
			<Capacity>255</Capacity>
fca949
			<RequireBackup/>
fca949
			<SkipPublicKey/>
fca949
		</Repository>
fca949
-->
fca949
fca949
	</RepositoryList>
fca949
fca949
	<Common>
fca949
		<Logging>
fca949
			<Syslog><Facility>local0</Facility></Syslog>
fca949
		</Logging>
fca949
		
fca949
		<PolicyFile>/etc/opendnssec/kasp.xml</PolicyFile>
fca949
		<ZoneListFile>/etc/opendnssec/zonelist.xml</ZoneListFile>
fca949
fca949
	
fca949
		<ZoneFetchFile>/etc/opendnssec/zonefetch.xml</ZoneFetchFile>
fca949
	-->
fca949
	</Common>
fca949
fca949
	<Enforcer>
fca949
		<Privileges>
fca949
			<User>ods</User>
fca949
			<Group>ods</Group>
fca949
		</Privileges>
fca949
fca949
		<Datastore><SQLite>/var/opendnssec/kasp.db</SQLite></Datastore>
fca949
		
fca949
		
fca949
		
fca949
		
fca949
		     DNSKEYs (as a RRset) on standard input
fca949
		-->
fca949
		
fca949
	</Enforcer>
fca949
fca949
	<Signer>
fca949
		<Privileges>
fca949
			<User>ods</User>
fca949
			<Group>ods</Group>
fca949
		</Privileges>
fca949
fca949
		<WorkingDirectory>/var/opendnssec/tmp</WorkingDirectory>
fca949
		<WorkerThreads>4</WorkerThreads>
fca949
		
fca949
fca949
fca949
                <Listener>
fca949
                        <Interface><Port>53</Port></Interface>
fca949
                </Listener>
fca949
-->
fca949
fca949
		
fca949
fca949
		     %zone      the name of the zone that was signed
fca949
		     %zonefile  the filename of the signed zone
fca949
		<NotifyCommand>sudo systemctl reload nsd.service</NotifyCommand>
fca949
		-->
fca949
fca949
		<NotifyCommand>/usr/sbin/rndc reload %zone</NotifyCommand>
fca949
-->
fca949
	</Signer>
fca949
fca949
</Configuration>