mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
added client_key and client_cert options to the agent config (#6319)
This commit is contained in:
@@ -75,6 +75,12 @@ const (
|
||||
// flagnameCAPath is the flag used in the base command to read in the CA
|
||||
// cert path.
|
||||
flagNameCAPath = "ca-path"
|
||||
//flagNameClientCert is the flag used in the base command to read in the
|
||||
//client key
|
||||
flagNameClientKey = "client-key"
|
||||
//flagNameClientCert is the flag used in the base command to read in the
|
||||
//client cert
|
||||
flagNameClientCert = "client-cert"
|
||||
// flagNameTLSSkipVerify is the flag used in the base command to read in
|
||||
// the option to ignore TLS certificate verification.
|
||||
flagNameTLSSkipVerify = "tls-skip-verify"
|
||||
|
||||
Reference in New Issue
Block a user