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