X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=blobdiff_plain;f=tests%2Fcertmaster.conf.tst;h=e95f400df448034e525991299f8644ae34f206d0;hp=e380d0689e657e7d1c61487e787a16a909306fdc;hb=8c1e7ce1f1b146ba794779ccad8816baea16d64a;hpb=af9d4112024b33b207ad562f3cadb199155b9575 diff --git a/tests/certmaster.conf.tst b/tests/certmaster.conf.tst index e380d06..e95f400 100644 --- a/tests/certmaster.conf.tst +++ b/tests/certmaster.conf.tst @@ -5,6 +5,7 @@ listen_addr = listen_port = 51235 cert_extension = cert sync_certs = False +log_level = debug # Use thse settings if no --ca flag provided autosign = no @@ -13,7 +14,7 @@ cert_dir = /etc/pki/certmaster certroot = /var/lib/certmaster/certmaster/certs csrroot = /var/lib/certmaster/certmaster/csrs -# use these directories if '--ca=yourapp' provided in the certmaster-ca commands +# use these directories if '--ca=test' is provided in the certmaster-ca commands [ca:test] autosign = yes cadir = /etc/pki/certmaster/test-ca @@ -21,3 +22,27 @@ cert_dir = /etc/pki/certmaster/test certroot = /var/lib/certmaster/test/certs csrroot = /var/lib/certmaster/test/csrs +[ca:md5] +autosign = yes +cadir = /etc/pki/certmaster/md5-ca +cert_dir = /etc/pki/certmaster/md5 +certroot = /var/lib/certmaster/md5/certs +csrroot = /var/lib/certmaster/md5/csrs +hash_function = md5 + +[ca:sha1] +autosign = yes +cadir = /etc/pki/certmaster/sha1-ca +cert_dir = /etc/pki/certmaster/sha1 +certroot = /var/lib/certmaster/sha1/certs +csrroot = /var/lib/certmaster/sha1/csrs +hash_function = sha1 + +[ca:sha224] +autosign = yes +cadir = /etc/pki/certmaster/sha224-ca +cert_dir = /etc/pki/certmaster/sha224 +certroot = /var/lib/certmaster/sha224/certs +csrroot = /var/lib/certmaster/sha224/csrs +hash_function = sha224 +