security key-manager external modify-server
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Modify Key Server Properties
Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.
Description
This command modifies configuration information for configured key management servers. This command is supported only when external key manager has been enabled for the given Vserver.
Parameters
-vserver <vserver name>
- Vserver Name (privilege: advanced)-
Use this parameter to specify the Vserver on which to modify the key management server configuraiton.
-key-server <Hostname and Port>
- External Key Server (privilege: advanced)-
Use this parameter to specify the key management server for which the command modifies the configuration.
[-timeout <integer>]
- Key Server I/O Timeout (privilege: advanced)-
Use this parameter to specify the I/O timeout, in seconds, for the selected key management server.
[-username <text>]
- Authentication User Name (privilege: advanced)-
Use this parameter to specify the username with which Data ONTAP authenticates with the key management server.
Examples
The following example modifies the I/O timeout to 45 seconds for Vserver cluster-1, key server keyserver1.local:
cluster-1::*> security key-manager modify-server -vserver cluster-1 -key-server keyserver1.local -timeout 45
The following example modifies the username and passphrase used to authenticate with key server keyserver1.local:
cluster-1::*> security key-manager modify-server -vserver cluster-1 -key-server keyserver1.local -username ksuser Enter the password: Reenter the password: