Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Cert manager needs more commands

With the new plan to shorter lifespans of TLS certificates we need ways to renew certificates (other than let's encrypt) using domino server commands. So I'm from a pfx cert file on disk can Import/update a TLS cert using a server command. So I never need to do steps manually in the client for this except first time when I do the initial setup.

  • Attach files
      Drop here to upload
    • Guest
      Reply
      |
      Apr 19, 2025

      CertMgr has a flexible design an uses open standards. All data beside the private key can be accessed in PEM format.
      The export and import is a client side operation, which is implemented with a Lotus Script lib using a C-API call.
      The Script Lib is fully documented on purpose for your own integrations.

      When just updating the certificate and not re-newing the key, pasting a new certificate and setting the status to submitted, lets the server import the certificate.

      The same operation can be also performed with a simple client or server side integration.

      PFX (aka PKCS12) can be imported using Lotus Script including private key and with password support.

      CertMgr already has all those options since 12.0.1 UI driven and via easy to use interfaces.

      If you need help about integrating open an issue in HCL Domino CertMgr GitHub project (https://github.com/HCL-TECH-SOFTWARE/domino-cert-manager)