From 16b29c7639a2d309a7801f345cc0bae304c8def4 Mon Sep 17 00:00:00 2001 From: kakwa Date: Fri, 26 Aug 2016 19:14:48 +0200 Subject: [PATCH] change path to certificats in test conf --- tests/cfg/uts-server.cnf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/cfg/uts-server.cnf b/tests/cfg/uts-server.cnf index 0a8b990..f73dbdb 100644 --- a/tests/cfg/uts-server.cnf +++ b/tests/cfg/uts-server.cnf @@ -89,26 +89,26 @@ default_tsa = tsa_config1 # These are used by the TSA reply generation only. # TSA root directory -dir = ./demoCA +dir = ./test/cfg/pki # The current serial number # (mandatory) -serial = ./tsaserial +serial = ./test/tsaserial # OpenSSL engine to use for signing crypto_device = builtin # The TSA signing certificat # (optional) -signer_cert = $dir/tsacert.pem +signer_cert = $dir/keys/tsa1.crt # Certificate chain to include in reply # (optional) -certs = $dir/cacert.pem +certs = $dir/keys/ca.crt # The TSA private key # (optional) -signer_key = $dir/private/tsakey.pem +signer_key = $dir/keys/tsa1.key # Policy if request did not specify it # (optional)