Hitachi

uCosminexus Service Platform Reference Guide


csakeydel (Deleting private key information for public key authentication)

Organization of this page

Format

csakeydel [-h]
          -keyid key-ID
          -f public-key-authentication-information-definition-file

Function

Deletes the private key information registered in the public key authentication information definition file.

The deleted private key information is applied after the service adapter that uses the authentication information starts. If you execute the command when the service adapter is running, the deleted private key information will be applied after the service adapter starts the next time.

Note that the private key file is not deleted by deleting the private key information. The public key authentication information definition file is not deleted even if there is no more public key authentication information in the file.

Note the following when you execute the command:

Arguments

-h

Displays the usage of the command. When you specify this option, all other options are ignored even if specified.

-keyid key-ID ~ <halfwidth alphanumeric characters and underscores (_)> ((1 to 8 characters))

Specifies the ID of the private key information to be deleted from the public key authentication information.

-f public-key-authentication-information-definition-file

Specifies the path of the public key authentication information definition file as a relative or absolute path. To include spaces in the path, enclose the entire option argument in double quotation marks (").

If the specified file does not exist, an error occurs.

Return values

Return value

Meaning

0

The command terminated normally.

1

The command terminated abnormally.

9

An error occurred when checking the execution permission.

Notes