mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Add options to use TLS client certificate for authentication (Checker)
* Add "client-cert" and "client-key" flag options to allow the checker to use TLS client certificate for authentication. * Fix typo TSL -> TLS in docs. Co-authored-by: Bernhard Reiter <bernhard@intevation.de>
This commit is contained in:
parent
b9603b7742
commit
a91d36cc95
4 changed files with 24 additions and 12 deletions
|
|
@ -41,7 +41,7 @@ Following options are supported:
|
|||
| -i, --password-interactive | Enter password interactively |
|
||||
| -I, --passphrase-interacive | Enter passphrase interactively |
|
||||
| -c, --config=INI-FILE | Path to config ini file |
|
||||
| --insecure | Do not check TSL certificates from provider |
|
||||
| --insecure | Do not check TLS certificates from provider |
|
||||
| --client-cert | TLS client certificate file (PEM encoded data) |
|
||||
| --client-key | TLS client private key file (PEM encoded data) |
|
||||
| -h, --help | Show help |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue