summaryrefslogtreecommitdiff
path: root/test/config/config.yaml
blob: 707385c4cdc15fb18248615bc1895ea674729dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# testing configuration options
#

#
# Certificate Authority
#
ca_key_path: "./test/files/ca.key"
ca_key_password: ~
ca_cert_path: "./test/files/ca.crt"

#
# Certificate pool
#
max_pool_size: 4
client_cert_lifespan: 1
client_cert_bit_size: 1024
client_cert_hash: "SHA1"

db_name: "client_certificates_test"