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:
parent
47e55a33bc
commit
b0b3852e99
2 changed files with 12 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue