Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#fff
  1. Connect to the Security Server using SSH.

  2. Switch to the xroad user using sudo.

    Code Block
    $ sudo su - xroad
  3. Initialize the software token using signer-console. In practisepractice, this means reseting the PIN code. After this step the keys generated with the old PIN code cannot be used anymore.

    Code Block
    $ signer-console init-software-token
    PIN: 
    retype PIN: 
  4. Log off from the server and log in to the Security Server admin console at https://{HOST}:4000.

  5. Configure the signing key and certificate for the Security Server owner (instructions).

  6. Configure the authentication key and certificate for the Security Server (instructions).

  7. Register the authentication certificate (instructions).

  8. Configure the signing key and certificate for each Security Server client (instructions).

...