make name of zone-conf configurable
[public/microdnssec.git] / conf / settings.sample
1 signzone=/usr/sbin/dnssec-signzone
2 keygen=/usr/bin/dnssec-keygen
3 salt_length=32
4 resign_days=10
5 zoneconf_name="seczone.conf"
6
7 num_nameservers=2
8
9 ns1_public_name="ns1.example.com"
10 ns1_ssh_access="root@ns1.example.com"
11 ns1_conf_path="/opt/bind/etc/"
12 ns1_rndc_path="/opt/bind/sbin/rndc"
13
14 ns2_public_name="ns2.example.com"
15 ns2_ssh_access="root@ns2.example.com"
16 ns2_conf_path="/opt/bind/etc/"
17 ns2_rndc_path="/opt/bind/sbin/rndc"