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

Improve documentation

* Fix doc long optionsname for the uploader.
 * Add more infos to the provider doc.
This commit is contained in:
Bernhard Reiter 2022-05-16 16:21:16 +02:00
parent 4dee128e96
commit ed9e026579
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
`csaf_provider` implements the CGI interface for webservers
and reads its configuration from a TOML file.
See the [../README.md#setup-trusted-provider] section on how to
set this up with a webserver and the place for the config file.
## Provider options
Following options are supported:
Following options are supported in the config file:
- password: Authentication password for accessing the CSAF provider.
- key: The private OpenPGP key.

View file

@ -19,7 +19,7 @@ Application Options:
--client-cert=CERT-FILE.crt TLS client certificate file (PEM encoded data)
--client-key=KEY-FILE.pem TLS client private key file (PEM encoded data)
-i, --password-interactive Enter password interactively
-I, --passphrase-interacive Enter passphrase interactively
-I, --passphrase-interactive Enter passphrase interactively
--insecure Do not check TLS certificates from provider
-c, --config=INI-FILE Path to config ini file
--version Display version of the binary