Show / Hide Table of Contents
Edit on GitHub

Amplia Reg - Command-line tool

On-premises instances of Amplia Reg provide a command-line tool that can be used to perform certain administrative tasks.

Running a command

Open a terminal and navigate into the installation directory, which depends on the installation plataform (the actual directory could be different if you chose a custom directory during the setup):

  • Windows Server: cd C:\inetpub\AmpliaReg
  • Linux: cd /usr/share/ampliareg

Then, run:

dotnet Lacuna.AmpliaRegNg.Site.dll [settings] -- command [command-options]

Or, on Docker, simply run the following on any directory:

docker run -i lacunasoftware/ampliareg:3.0 [settings] -- command [command-options]

The settings arguments are additional settings to overwrite settings from configuration files and environment variables, for instance --Section1:Name1=value1 --Section2:Name2=value2.

The command-options arguments depend on each command, see the command's specific documentation.

Available commands:

  • gen-enc-key
  • hash-root-pass
  • update-db
  • test-email
  • test-cert-renewal-alert

See also

  • Amplia Reg on-premises
Back to top Copyright © 2015-2020 Lacuna Software