-
Run the following command:
|
›_ Console
|
|
C:\Program Files\Utimaco\DKE>cd <Utimaco install directory> C:\Program Files\Utimaco\DKE>dkemanager.bat
|
Utimaco DKE Manager available options
-
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
|
Generating a DKE_key
-
List the generated keys:
|
›_ Console
|
|
C:\Program Files\Utimaco\DKE>dkemanager.bat key-list
|
Utimaco DKE Manager available options
-
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
|
Add authorized user to use the DKE_Key
Add authorized user to use the DKE_Key with version
-
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
|
List authorized user for DKE_Key