De-registering Authentication Public Key
Command to de-registering public key.
The deregisterUserAuthPubKeys
command deregisters a public key with the HSM and closes all existing E2E sessions authenticated with the deregistered key. After it is deregistered, a key can no longer be used to authorize a user to perform operations unless it is registered again.
In the User Management utility, open a command prompt and run deregisterUserAuthPubKey
command to deregister a public key with the HSM and closes all existing sessions authenticated with the deregistered key. After it is deregistered, a key can no longer be used to authorize a user to perform operations unless it is registered again.
Syntax
deregisterUserAuthPubKey <KeySlot Id> [Retain Session Flag]
Parameter | Description |
---|---|
keySlot Id |
Key Index, you can get the key index using the command listtUserAuthPubKeys. |
Retain Session flag |
Maintain active E2E session(s) of current user (Optional) 1 - Retain active session(s) (Default). 2 - Terminate active session(s). |
Example
deregisterUserAuthPubKey
cloudmgmt>deregisterUserAuthPubKey 0
deregisterUserAuthPubKey on 3 nodes
deregisterUserAuthPubKey success on server 0(10.144.157.163)
deregisterUserAuthPubKey success on server 1(10.144.157.163)
deregisterUserAuthPubKey success on server 2(10.144.157.163)