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

Add documentation for extra headers for csaf_aggregator

This commit is contained in:
JanHoefelmeyer 2023-08-03 11:20:17 +02:00
parent b0b3852e99
commit 38dfabde1a
2 changed files with 4 additions and 0 deletions

View file

@ -98,6 +98,7 @@ ignorepattern // patterns of advisory URLs to be ignored
client_cert // path to client certificate to access access-protected advisories client_cert // path to client certificate to access access-protected advisories
client_key // path to client key to access access-protected advisories client_key // path to client key to access access-protected advisories
client_passphrase // client passphrase to access access-protected advisories client_passphrase // client passphrase to access access-protected advisories
header // adds extra HTTP header fields to the client
``` ```
Next we have two TOML _tables_: Next we have two TOML _tables_:
@ -131,6 +132,7 @@ ignorepattern
client_cert client_cert
client_key client_key
client_passphrase client_passphrase
header
``` ```
Where valid `name` and `domain` settings are required. Where valid `name` and `domain` settings are required.
@ -205,6 +207,7 @@ insecure = true
client_cert = "./../devca1/testclient1.crt" client_cert = "./../devca1/testclient1.crt"
client_key = "./../devca1/testclient1-key.pem" client_key = "./../devca1/testclient1-key.pem"
# client_passphrase = # client_passphrase =
# header =
[[providers]] [[providers]]
name = "local-dev-provider3" name = "local-dev-provider3"

View file

@ -41,6 +41,7 @@ insecure = true
client_cert = "./../devca1/testclient1.crt" client_cert = "./../devca1/testclient1.crt"
client_key = "./../devca1/testclient1-key.pem" client_key = "./../devca1/testclient1-key.pem"
# client_passphrase = # client_passphrase =
# header =
[[providers]] [[providers]]
name = "local-dev-provider3" name = "local-dev-provider3"