Execute the DKE Anchor Manager on Linux

  1. Execute the following command to list the available option of DKE Anchor Manager

›_ Console

# ./dkemanager.sh

tmp0vvtrw56.jpg

Utimaco DKE Manager available options

  1. Generate a Key.
    This will generate an RSA 2048-bit key, which will be used by DKE Anchor Service.

›_ Console

# ./dkemanager.sh key-new --name=<keyname>

Example

#./dkemanager.sh key-new --name=DKE_Key

tmpyim77i4t.jpg

Utimaco DKE Key creation

  1. List the generated keys.

›_ Console

# ./dkemanager.sh key-list

tmpgojgtgaa.jpg

dkemanager key-list output

  1. Add Authorized Users to this key.

›_ Console

# ./dkemanager.sh permission-add --name=<keyname> [--version=<version>] -mailaddress=<address>

# If you would like to add the users to all available versions of key, don't pass the version parameter in the command

Example

# ./dkemanager.sh permission-add --name=DKE_Key -mailaddress=testuser1@pls786.onmicrosoft.com

#./dkemanager.sh permission-add --name=DKE_Key -mailaddress=testuser3@pls786.onmicrosoft.com

# If you would like to add the users to specific available versions of key, pass the version parameter in the command

Example:

# ./dkemanager.sh permission-add --name=DKE_Key --version=a257be08-e77b-48aa-

99bb-e5dac3b646c3 --mailaddress=testuser2@pls786.onmicrosoft.com

tmph38sdy3q.jpg

Add authorized users to use the DKE_Key

tmpbteabwek.jpg

Add authorized user to uses the DKE_Key with version

  1. List Authorized Users for Key

›_ Console

# ./dkemanager.sh permission-list --name=<keyname> [--version=<version>]

# If you would like to list the users of all available versions of key, don't pass the version parameter in the command

Example:

# ./dkemanager.sh permission-list --name=DKE_Key

# If you would like to list users of specific versions of key,

Example:

# ./dkemanager.sh permission-list --name=DKE_Key --version=a257be08-e77b-48aa-

99bb-e5dac3b646c3

tmpm3210x8_.jpg

List authorized users for DKE_Key


tmpcmt0aidq.jpg

List authorized user for unique version of DKE_Key