github-1: support for hashing functions other than sha1
[certmaster.git] / tests / minion.conf.tst
index f8fd330..66446d1 100644 (file)
@@ -9,13 +9,13 @@ cert_dir = /etc/pki/certmaster
 
 [ca:test]
 cert_dir = /etc/pki/certmaster-test
-hash_function = sha256
+
+[ca:md5]
+cert_dir = /etc/pki/certmaster-md5
 
 [ca:sha1]
 cert_dir = /etc/pki/certmaster-sha1
-hash_function = sha1
 
 [ca:sha224]
 cert_dir = /etc/pki/certmaster-sha224
-hash_function = sha224