command/auth: document the serer options

This commit is contained in:
Mitchell Hashimoto 2015-03-03 23:52:54 -08:00
parent 4a916d9454
commit 0210df0516

View File

@ -37,7 +37,21 @@ Usage: vault auth [options]
This command outputs the mechanism vault is using along with documentation This command outputs the mechanism vault is using along with documentation
for how to authenticate. 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 -method=name Outputs help for the authentication method with the given
name for the remote server. If this authentication method name for the remote server. If this authentication method