e380d0689e657e7d1c61487e787a16a909306fdc
[certmaster.git] / tests / certmaster.conf.tst
1 # This is the test /etc/certmaster.conf file used with the certmaster bats tests
2
3 [main]
4 listen_addr =
5 listen_port = 51235
6 cert_extension = cert
7 sync_certs = False
8
9 # Use thse settings if no --ca flag provided
10 autosign = no
11 cadir = /etc/pki/certmaster/ca
12 cert_dir = /etc/pki/certmaster
13 certroot = /var/lib/certmaster/certmaster/certs
14 csrroot = /var/lib/certmaster/certmaster/csrs
15
16 # use these directories if '--ca=yourapp' provided in the certmaster-ca commands
17 [ca:test]
18 autosign = yes
19 cadir = /etc/pki/certmaster/test-ca
20 cert_dir = /etc/pki/certmaster/test
21 certroot = /var/lib/certmaster/test/certs
22 csrroot = /var/lib/certmaster/test/csrs
23