Execute the DKE Anchor Manager on Windows

  1. Run the following command:

›_ Console

C:\Program Files\Utimaco\DKE>cd <Utimaco install directory> C:\Program Files\Utimaco\DKE>dkemanager.bat

tmpieacqy2y.jpg

Utimaco DKE Manager available options

  1. Generate a key:
    This will generate an RSA 2048 bit key, that will be used by the DKE Anchor Service.

›_ Console

C:\Program Files\Utimaco\DKE>dkemanager.bat key-new --name=<keyname>

Example

C:\Program Files\Utimaco\DKE>dkemanager.bat key-new --name=DKE_Key

tmpf2314fdn.jpg

Generating a DKE_key

  1. List the generated keys:

›_ Console

C:\Program Files\Utimaco\DKE>dkemanager.bat key-list

tmpeacp93dv.jpg

Utimaco DKE Manager available options

  1. Add authorized user to a key:

›_ Console

C:\Program Files\Utimaco\DKE>dkemanager.bat 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:

C:\Program Files\Utimaco\DKE>dkemanager.bat permission-add --name=DKE_Key -mailaddress=testuser1@pls786.onmicrosoft.com

C:\Program Files\Utimaco\DKE>dkemanager.bat 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:

C:\Program Files\Utimaco\DKE>dkemanager.bat permission-add --name=DKE_Key -version=4f420b97-7a81-4340-ab4a-55f973262c47 --mailaddress= testuser2@pls786.onmicrosoft.com

tmpxetzrp3u.jpg

Add authorized user to use the DKE_Key

tmp5uw1_851.jpg

Add authorized user to use the DKE_Key with version

  1. List authorized user for a key:

›_ Console

C:\Program Files\Utimaco\DKE>dkemanager.bat 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:

C:\Program Files\Utimaco\DKE>dkemanager.bat permission-list --name=DKE_Key

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

C:\Program Files\Utimaco\DKE>dkemanager.bat permission-list --name=DKE_Key -version=4f420b97-7a81-4340-ab4a-55f973262c47

tmpigskzk5f.jpg

List authorized user for DKE_Key