On Linux_2

To set up the DKE Anchor Manager and DKE Anchor Service on a Linux platform follow the these steps as a root user.

1. Create a folder /utimaco/dke under /opt .

›_ Console

# mkdir -p /opt/utimaco/dke

  1. Copy the utimaco-dke-anchor-linux-1.0.2.tar you file downloaded from the Utimaco Support portal to your Linux Server and go to this folder.

  2. Extract the files to /opt/utimaco/dke/ folder:

›_ Console

# tar -xvf utimaco-dke-anchor-linux-1.0.2.tar -C /opt/utimaco/dke/

  1. Provide executable permission

›_ Console

# chmod 755 /opt/utimaco/dke/*

  1. Move the utimaco-dke-anchor.service file to /etc/systemd/system/ and reload the service daemon:

›_ Console

# mv /opt/utimaco/dke/utimaco-dke-anchor.service /etc/systemd/system/ # systemctl daemon-reload

  1. To start the Utimaco Anchor Service at system reboot, use the following command:

›_ Console

# systemctl enable utimaco-dke-anchor.service