sha1 supprt checkpoint
[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 hash_function = sha256
13
14 [ca:sha1]
15 cert_dir = /etc/pki/certmaster-sha1
16 hash_function = sha1
17
18 [ca:sha224]
19 cert_dir = /etc/pki/certmaster-sha224
20 hash_function = sha224
21