1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Add documentation for client_cert, client_key and client_passphrase for csaf_aggregator

This commit is contained in:
JanHoefelmeyer 2023-08-03 10:04:51 +02:00
parent 47e55a33bc
commit b0b3852e99
2 changed files with 12 additions and 0 deletions

View file

@ -38,6 +38,9 @@ insecure = true
# rate = 1.2
# insecure = true
write_indices = true
client_cert = "./../devca1/testclient1.crt"
client_key = "./../devca1/testclient1-key.pem"
# client_passphrase =
[[providers]]
name = "local-dev-provider3"