Authentication Platform Security

KEYTAB generation: Select the option by which you will provide the KEYTAB file required for Kerberos.

When installing Kryon with multiple RPA servers (High-Availability mode), you must generate a single KEYTAB file applicable to all servers. This KEYTAB file must then be copied to each server and/or pointed to in each server's installation.

Option 1: Provide KEYTAB file post installation

Select this option to skip providing a KEYTAB file at this point.

If you use this option, a Domain Administrator must generate/provide a KEYTAB file post installation and move it to the required file path before using Kryon RPA. Please note that the installer provides you the option to easily copy the required KEYTAB commands.

Copy command to clipboard / Save command to a batch file:Use one of these options to generate the script that allows you to generate a KEYTAB file later.

See Generating a KEYTAB file.

Option 2: Use existing KEYTAB file

Select this option if a KEYTAB file has been previously generated for this KryonRPA installation.

Enter or browse to the KEYTAB file.

Option 3: Generate a KEYTAB file

Select this option to generate a KEYTAB file during installation.

  1. Use the Copy command to clipboard / Save command to a batch file options to generate the script for the KEYTAB.

  2. Run the commands with a domain admin user:

    1. Open CMD

    2. Insert the command:

      runas /u: <username> <password>

    3. Paste and run the lines copied from the installer ("copy command to clipboard")

Next