mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-20 02:01:37 +01:00
command/auth: document the serer options
This commit is contained in:
parent
4a916d9454
commit
0210df0516
@ -37,7 +37,21 @@ Usage: vault auth [options]
|
||||
This command outputs the mechanism vault is using along with documentation
|
||||
for how to authenticate.
|
||||
|
||||
Options:
|
||||
General Options:
|
||||
|
||||
-address=TODO The address of the Vault server.
|
||||
|
||||
-ca-cert=path Path to a PEM encoded CA cert file to use to
|
||||
verify the Vault server SSL certificate.
|
||||
|
||||
-ca-path=path Path to a directory of PEM encoded CA cert files
|
||||
to verify the Vault server SSL certificate. If both
|
||||
-ca-cert and -ca-path are specified, -ca-path is used.
|
||||
|
||||
-insecure Do not verify TLS certificate. This is highly
|
||||
not recommended.
|
||||
|
||||
Auth Options:
|
||||
|
||||
-method=name Outputs help for the authentication method with the given
|
||||
name for the remote server. If this authentication method
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user