Parameter:
CertMgr_AutoRequestCertShort description: Automatically detects the host name and generates a certificate request using the default configuration via the Certificate Manager (CertMgr).
Profile
Parameter | CertMgr_AutoRequestCert |
Category | Security / TLS (Certificate Manager) |
Available since | At least 12.0 (HCL documentation) |
GUI equivalent | notes.ini only — command-line equivalent: -r for the load certmgr command |
Possible values | 0 (disabled) or 1 (enabled) |
Default | 0 (disabled) |
Description
According to the HCL product documentation:
Default: 0 — Value: 1 — Command-line equivalent: -r — Description: Automatically detects the host name and generates a certificate request using the default configuration.
With
CertMgr_AutoRequestCert=1, the Certificate Manager (CertMgr task) automatically detects the host name of the server and generates a certificate request using the default configuration. This is intended primarily for automated setups and One-Touch deployments — e.g. initial setup of a Domino server with a Let's Encrypt certificate, without an administrator having to manually create a TLS Credentials entry in certstore.nsf.For interactive use, the command-line equivalent
load certmgr -r is used instead — notes.ini is appropriate when the parameter should take effect persistently and automatically.Example configuration
CertMgr_AutoRequestCert=1
Notes & pitfalls
- CertMgr exists since HCL Domino 12 — on older versions (≤ 11.x) the parameter has no effect.
- Prerequisite: the
certmgrtask is running,certstore.nsfis reachable (locally or viaCertMgr_Server).
- Command line (
-r) overrides the notes.ini value.
- For Let's Encrypt-based automatic certificates,
CertMgr_ACCEPT_TOU=1is additionally required (ACME Terms of Use acceptance).
Sources (HCL Product Documentation)
- HCL Domino 14.5.1 – CertMgr_AutoRequestCert: help.hcl-software.com/domino/14.5.1/admin/secu_le_CertMgr_AutoRequestCert.html
- HCL Domino 14.5.1 – CertMgr notes.ini settings (overview): help.hcl-software.com/domino/14.5.1/admin/secu_le_notesini_settings.html
- HCL Domino 14.5.1 – CertMgr command line parameters: help.hcl-software.com/domino/14.5.1/admin/secu_le_certmgr_commands.html