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 Needs Review
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Sep 5, 2024

Unable to upload multiple x509 certificates to person documents in Domino

We can understand that AppDev Pack was replaced by Domino Rest API addon.

Using proton task in AppDev Pack the customer were able to manage (upload) multiple x509 certificates to person documents in Domino. Domino natively do not have such feature so proton task was used.

Because AppDev Pack is no longer supported and not able to download, and officially replaced by Domino Rest API addon so the customer would like to know how to handle multiple certificates and upload them as internet certficate to users person documents using REST API.


Using proton task the customer used simple command as

"load proton --importcert [certificate path]".

Proton task was able to check common name in certificate and upload certificate to person document of that user in NAB.

The customer is looking for the similar feature in Domino REST API. Is it feasible?

  • Attach files
  • Guest
    Reply
    |
    Sep 5, 2024

    The customer is looking for the similar feature in Domino REST API. Is it feasible?

    Rest API or natively in Domino itself.