Keyword syntax | Example | Description |
@Prompt:<password-prompt> | @Prompt:Administrator password | Prompt for and verify the password from the console of the Domino server that runs setup.
Optionally, use <password-prompt> to specify text for the prompt. If not specified, the following default text is used for each type of password:
- CertifierPassword
- OrgUnitPassword
- AdminPassword
- ServerPassword
- ID Vault password
|
@Env:<system-env-var-name> | @Env:ADMIN_PASSWORD | Get the password from a specified system environment variable. |
@File:<password-file> | @File:adminpass.txt | Get the password from an operating system file and then delete the file. The specified file must allow read and write access to the identity running Domino. Specify the full path to the file. |
@Secret:<password-secret-file> | @Secret:/secrets/adminpass.txt | Get the password from a "secrets" file. This option is intended for use with Kubernetes secrets or any similar functionality that exposes data securely in files system files that have limited access. The specified file must allow read access to the identity running Domino.
For more information about secrets files in the context of Domino on Docker, seeCreating a secrets file for a password-protected server ID. |