This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Jun 13, 2013, 9:09 AM
6 Posts

cacerts store

  • Category: OpenSocial - Embedded Experiences
  • Platform: Linux
  • Release: 9.0
  • Role: Developer
  • Tags:
  • Replies: 13

I used the jvm/bin/ikeyman tool. Should i try using the ikeycmd tool instead? Edit: reverted the keystore to original file, tried using ikeycmd instead - same result

This is the exact command i used after using my web browser to view the certificate chain for my domain and exporting the root and intermediate signer certificates to binary .cer files:

/opt/ibm/domino/notes/latest/linux/jvm/bin/ikeycmd -cert -add -db /opt/ibm/domino/notes/latest/linux/jvm/lib/security/cacerts -file /local/notesdata/godaddy-root.cer  -format binary -trust enable -type jks

(then the same for intermediate certificate)

 

The domino logs contained only the entry i posted

Jun 13, 2013, 9:30 PM
23 Posts
I use keytool
Whenever I import certs into the Domino JVM I always use keytool.  The command ususally looks like this

keytool -import -v -trustcacerts -alias <server-alias> -file <full path to pem file> -keystore <jvmhome>\jre\lib\security\cacerts -keypass changeit -storepass changeit

Can you give that a shot?

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal