mirror of
https://github.com/kakwa/uts-server
synced 2025-01-07 12:14:31 +01:00
fix test configuration
This commit is contained in:
parent
b3a50883f9
commit
131065afde
@ -89,7 +89,7 @@ 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 = ./test/cfg/pki
|
dir = ./tests/cfg/pki
|
||||||
|
|
||||||
# The current serial number
|
# The current serial number
|
||||||
# (mandatory)
|
# (mandatory)
|
||||||
@ -100,15 +100,15 @@ crypto_device = builtin
|
|||||||
|
|
||||||
# The TSA signing certificat
|
# The TSA signing certificat
|
||||||
# (optional)
|
# (optional)
|
||||||
signer_cert = $dir/keys/tsa1.crt
|
signer_cert = $dir/tsa_cert1.pem
|
||||||
|
|
||||||
# Certificate chain to include in reply
|
# Certificate chain to include in reply
|
||||||
# (optional)
|
# (optional)
|
||||||
certs = $dir/keys/ca.crt
|
certs = $dir/tsaca.pem
|
||||||
|
|
||||||
# The TSA private key
|
# The TSA private key
|
||||||
# (optional)
|
# (optional)
|
||||||
signer_key = $dir/keys/tsa1.key
|
signer_key = $dir/tsa_key1.pem
|
||||||
|
|
||||||
# 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