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

Status Under Consideration
Workspace Domino
Categories Security
Created by Guest
Created on Feb 19, 2023

Support PEM in addtion to KYR for Lotus Script/Java AddInternetCertificateToUser()

There are a couple of use-cases where importing certificates into a person document are important. Beside this Lotus Script method the only other method would be the C-API (SECNABAddCertificate() which only supports DER format by the way).

Now that CertMgr and certstore.nsf full supports PEM format, it would be very helpful if this function would also take PEM as an input in addition to KYR.

I just had to help another partner trying to integrate a solution to import certs for client certificates for authentication into person documents.
This isn't the first integration I had to build for customers as well.

Adding PEM support to this function would help to build simple and stable integrations not using LS2CAPI.

Manually creating an Adminp request would not work, because the certificate format in Adminp isn't exposed.

There are two levels of enhancing the existing functionality I could imagine:

  • Only improve the AddInternetCertificateToUser() and generate the Adminp request in the back-end.

  • Also add PEM support for Proxy action 44 by allowing an alternate format in PEM (current field: ProxyUserCertificate, could be e.g. ProxyUserCertificatePEM).

[ Daniel Nashed / https://blog.nashcom.de ]

  • Attach files