Security > Secure Key Manager > Console User Guide

Console User Guide describes basics for the use of Secure Key Manager: - Create a Key Store - Create a Key - Register Authentication Information - Manage User Data - Approval Feature

Create a Key Store

Secure Key Manager manages authentication information and keys in key store unit. If there is no key store, the following screen is displayed:

console-guide-01

Click Add Key Store, and a window to create a key store shows up.

console-guide-02

Enter name and description, select one or more authentication method, and then click Add, and a key store is created. The newly created key store shows up on the list of key stores like below:

console-guide-03

Click a key store from the list, and a menu to manage the key store is displayed as below:

console-guide-04

Create a Key

In Secure Key Manager, keys are categorized into three types: Confidential Data, Symmetric Key, and Asymmetric Key. For Confidential Data, Secure Key Manager stores string data and provides query feature using APIs. For Symmetric key, data encryption/decryption using APIs is provided. For Asymmetric Key, data signing/verification using APIs is provided. Users can select a key type appropriate for purpose and create keys.

Click Key Management, and a page to manage keys shows up like below:

console-guide-05

On the key management page, click Add Key and a window to create a key is displayed. Depending on the selected key type, you may enter data as needed.

console-guide-06

console-guide-07

console-guide-08

If you select Confidential Data, you can enter name, description, and data. If you select Symmetric Key or Asymmetric Key, you can enter name, description, and rotation cycle. After entering required data, click Add and a key is created. Then, the created key is displayed on the key management page as below:

console-guide-09

Import a Key

Secure Key Manager supports a feature to import a symmetric key (AES-256).

console-guide-10

You can upload a key by entering a key value in the Key Data area, and the format of key that can be uploaded is as follows.

0xXX, 0xXX, ..., 0xXX

Upload the key by entering 32 hexadecimal strings separated by comma (,) or space () used as delimiters, as shown above.

Register Authentication Information

Keys that are created in Secure Key Manager are available only for successfully authenticated clients. You may register authentication information for client authentication from the menu of IPv4 Address Management, MAC Address Management, and Certificate Management.

Register IPv4 Address

Click IPv4 Address Management, and a page to manage IPv4 address for client authentication shows up.

console-guide-11

Click Add IPv4 Address, and a window to add IPv4 address shows up as below:

console-guide-12

Enter client IPv4 address and description, and click Add, then the IPv4 address is added. Note that such IPv4 address must be same as the address that clients use to access Secure Key Manager. The newly added address is displayed on the IPv4 address management page.

console-guide-13

Register MAC Address

Click MAC Address Management, and the MAC address management page for client authentication shows up. console-guide-14

Click Add MAC Address, and a window to add MAC address shows up.

console-guide-15

Enter Client MAC Address and description, and click Add, then the MAC address is added. The newly added MAC address shows up on the MAC address management page.

console-guide-16

Register Client Certificates

Click Certificate Management, and the certificate management page for client authentication shows up.

console-guide-17

Click Add Certificates, and a window to create a certificate shows up.

console-guide-18

Enter certificate name, password, and description, select usage period, and click Add, then a certificate is created. The newly created certificate shows up on the certificate management page like below. If you click the Download icon in the certificate management page, the certificate file is downloaded.

console-guide-19

Manage User Data

Secure Key Manager provides detailed information on user-created data (e.g. key or authentication information). Click Detail Key Information on the list of user data, and details are displayed like below:

console-guide-20

Delete User Data

The initial status of user-created data is In Service. To delete unnecessary data, click Request for Deletion in the Detail Key Information window.

console-guide-21

Once requested for deletion, the data status is changed to Scheduled to be Deleted. Data in Scheduled to be Deleted status becomes unavailable and it is completely deleted in 7 days.

console-guide-22

You may click Immediately Delete for data in Scheduled to be Deleted status to delete the data without having to wait until the scheduled deletion time, or click Cancel Deletion to revert it to In Service status.

console-guide-23

Rotate Symmetric/Asymmetric Keys

In Secure Key Manager, symmetric/asymmetric keys can be rotated. Like shown below, auto rotation cycle can be set from the details page of Symmetric/Asymmetric Key. If you set the rotation cycle to '0', auto rotation is not enabled.

console-guide-24

If you set the rotation cycle to 30 or higher, the next rotation date is displayed, and key is automatically rotated at every rotation cycle.

console-guide-25

On the Detail Key Information page for Symmetric/Asymmetric Key, click Immediately Rotate to immediately rotate the key.

console-guide-26

When a key is rotated, a new version is added to the list of key versions, like below:

console-guide-27

As an exception, keys generated through key import do not provide the key rotation feature, unlike symmetric keys generated by Secure Key Manager. When you query the key, the key rotation area does not exist as shown below:

console-guide-28

Approval Feature

Enable Approval Feature

Enable Approval Feature of Secure Key Manager in Approval Process Management Setting on Governance Setting under Organization Management.

console-guide-29

Set up Roles for Approval Feature

On Member Management in Secure Key Manager, perform the approval process by obtaining the approver role (APPROVAL ADMIN) and the requester role (APPROVAL MEMBER).

console-guide-30

Differences with Approval Feature enabled

When you obtain the approver or requester role after enabling the approval feature, the Approval List and Key Store Management tabs are added to Secure Key Manager. Only the approver and requester can access these tabs.

console-guide-31

When you enable the approval feature, data can no longer be added, modified, or deleted in the key store. When requesting for change, move to the Key Store Management tab.

console-guide-32

Make Approval Requests

On the Key Store Management tab, the approver and requester make a request for approval of changes for each key store. Addition, modification, and deletion are performed through a similar operation to the existing keystore. Changes to keys and authentication information are displayed in Status as follows.

console-guide-33

console-guide-34

Make a request for approval with the Request Approval button in the key store, and the requests made for a project can be found in the Approval List tab.

console-guide-35

Apply Approval Requests

On the Approval List tab, the approver confirms the requst for approval of changes and determines whether to apply the request by selecting Approve or Deny.

console-guide-36

The request is applied immediately upon clicking Approve. The change can be found in the Key Depository or the Key Store Management tab.

console-guide-37

TOP