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:
parent
4dee128e96
commit
ed9e026579
2 changed files with 8 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue