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