keyring show

Displays information about a keyring, specified by label or UUID.

NOTE   Thales requires minimum Luna Appliance Software 7.8.5 with the lnh_cluster-1.0.4 package, Luna HSM Firmware 7.8.4, and Luna HSM Client 10.7.2 to use clusters in production environments.

REST API: GET /api/keyrings/{keyringID}

User Privileges

Users with the following privileges can perform this command:

>Admin

>Operator

>Monitor

Syntax

keyring show -keyringid <string> [-detail]

Argument(s) Shortcut Description
-detail -d Provide detailed keyring information.
-keyringid <string> -k Specifies the UUID for the keyring.
-label <label> -l Specifies the label for the keyring.

Examples

lunash:>keyring show -label keyring00

Name:            keyring00
Original Label:  keyring00
ID:              728e8b21-81d5-49fc-ba77-2ebb22e7e25e
Serial Number:   6616622530168
Key count:       15
Mutex acquired:  No
Enabled:         Yes              Locked:          No

Command Result : 0 (Success)

 

lunash:>keyring show -keyringid 728e8b21-81d5-49fc-ba77-2ebb22e7e25e -detail

Name:            keyring00
Original Label:  keyring00
ID:              728e8b21-81d5-49fc-ba77-2ebb22e7e25e
Serial Number:   6616622530168
Key count:       15
Mutex acquired:  No
Enabled:         Yes              Locked:          No
Partition Label: clusterpar
Partition UUID:  1b9214ae-dcb9-4f5f-896d-c708a7808955
Created:          Thu May  5 18:06:32 2022 Modified:    Thu May  5 18:06:32 2022
Policy:
 Ignore Lockout: No

Command Result : 0 (Success)