Command Line Installation - Console Mode

Installing for Windows

At the command prompt, run the following command and follow the on-screen instructions.

  • If using an HSM, considering that the HSM libraries are located at C:\shared\HSM:

    Copy
    ValidationAuthority-7.4.exe -i console -DUSER_HSM_INPUT_RESULT=1 -DUSER_HSM_DIR=C:\shared\HSM
  • If installing without an HSM:

    Copy
    ValidationAuthority-7.4.exe -i console
Note: When you used the Console mode to install Validation Authority, the uninstallation is in a silent mode. There are no prompts or indications of an unsuccessful or a successful uninstallation.

Installing for Linux

On Linux, the installation switches to the console mode if there is no X server.

Perform this procedure only if you do not want a pop-up window with the UI installation.

At the terminal prompt, run the following command and follow the on-screen instructions.

  • If using an HSM, considering that the HSM libraries are located at /usr/share/hsm:

    Copy
    ./ValidationAuthority-7.4.bin -i console -DUSER_HSM_INPUT_RESULT=1 -DUSER_HSM_DIR=/usr/share/hsm
  • If installing without an HSM:

    Copy
    ./ValidationAuthority-7.4.bin -i console