github-1: support for hashing functions other than sha1
[certmaster.git] / tests / minion.conf.tst
1 # configuration for minions
2
3 [main]
4 #certmaster = certmaster
5 certmaster = localhost
6 certmaster_port = 51235
7 log_level = DEBUG
8 cert_dir = /etc/pki/certmaster
9
10 [ca:test]
11 cert_dir = /etc/pki/certmaster-test
12
13 [ca:md5]
14 cert_dir = /etc/pki/certmaster-md5
15
16 [ca:sha1]
17 cert_dir = /etc/pki/certmaster-sha1
18
19 [ca:sha224]
20 cert_dir = /etc/pki/certmaster-sha224
21