security key-manager external barbican update-config
Update a Barbican KMS configuration
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
This command provides a way to update the attributes of a Barbican configuration.
Parameters
-vserver <Vserver Name>
- Vserver-
Use this parameter to specify the Vserver of the Barbican configuration to be updated.
-config-name <text>
- Configuration name-
Use this parameter to specify the name of the Barbican configuration to be updated.
[-verify {true|false}]
- Verify the Barbican Host?-
Use this parameter to specify the verify value of the Barbican configuration. The verify value can be either true or false.
[-verify-host {true|false}]
- Verify the Barbican Host's Hostname?-
Use this parameter to specify the verify-host value of the Barbican configuration. The verify value can be either true or false.
[-proxy-type {http|https}]
- Proxy Type-
Use this parameter to specify the proxy type.
[-proxy-host <text>]
- Proxy Host-
Use this parameter to specify the proxy host.
[-proxy-port <integer>]
- Proxy Port-
Use this parameter to specify the proxy port.
[-proxy-username <text>]
- Proxy Username-
Use this parameter to specify the proxy username.
[-proxy-password <text>]
- Proxy Password-
Use this parameter to specify the proxy password.
[-timeout <integer>]
- Barbican Connection Timeout in Seconds-
Use this parameter to specify the timeout, in seconds, for attempting to connect to the Barbican instance.
Examples
The following example updates the verify value to false for the Barbican configuration "config1" associated with the data Vserver v1.
cluster-1::> security key-manager external barbican update-config -vserver v1 -config-name config1 -verify false