Registering Authentication Public Key
Command to register public key.
The registerUserAuthPubKeys
command registers a public key with the HSM. A key can be registered without assigning it to a specific user.
In the User Management utility, open a command prompt and run registerUserAuthPubKey
command to register a public key with the HSM. A key can be registered without assigning it to a specific user.
Syntax
registerUserAuthPubKey <PubKeyFilePath> [UserName]
Parameter | Description |
---|---|
PubKeyFilePath |
Path to the file containing PEM encoded publick key. |
UserName |
Username |
Example
registerUserAuthPubKey
cloudmgmt>registerUserAuthPubKey /home/opc/publickey.pem
registerUserAuthPubKey on 3 nodes
registerUserAuthPubKey success on server 0(10.144.157.163)
registerUserAuthPubKey success on server 1(10.144.157.163)
registerUserAuthPubKey success on server 2(10.144.157.163)