mirror of
https://github.com/kakwa/uts-server
synced 2025-01-07 12:14:31 +01:00
change path to certificats in test conf
This commit is contained in:
parent
61176c5972
commit
16b29c7639
@ -89,26 +89,26 @@ default_tsa = tsa_config1
|
|||||||
# These are used by the TSA reply generation only.
|
# These are used by the TSA reply generation only.
|
||||||
|
|
||||||
# TSA root directory
|
# TSA root directory
|
||||||
dir = ./demoCA
|
dir = ./test/cfg/pki
|
||||||
|
|
||||||
# The current serial number
|
# The current serial number
|
||||||
# (mandatory)
|
# (mandatory)
|
||||||
serial = ./tsaserial
|
serial = ./test/tsaserial
|
||||||
|
|
||||||
# OpenSSL engine to use for signing
|
# OpenSSL engine to use for signing
|
||||||
crypto_device = builtin
|
crypto_device = builtin
|
||||||
|
|
||||||
# The TSA signing certificat
|
# The TSA signing certificat
|
||||||
# (optional)
|
# (optional)
|
||||||
signer_cert = $dir/tsacert.pem
|
signer_cert = $dir/keys/tsa1.crt
|
||||||
|
|
||||||
# Certificate chain to include in reply
|
# Certificate chain to include in reply
|
||||||
# (optional)
|
# (optional)
|
||||||
certs = $dir/cacert.pem
|
certs = $dir/keys/ca.crt
|
||||||
|
|
||||||
# The TSA private key
|
# The TSA private key
|
||||||
# (optional)
|
# (optional)
|
||||||
signer_key = $dir/private/tsakey.pem
|
signer_key = $dir/keys/tsa1.key
|
||||||
|
|
||||||
# Policy if request did not specify it
|
# Policy if request did not specify it
|
||||||
# (optional)
|
# (optional)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user