Copyright © TIBCO Software Inc. All Rights Reserved


Appendix B Configuring SSL for HTTP and DIIOP : Key Ring Files and Certificate Class File

Key Ring Files and Certificate Class File
Several files are generated during the configuration. Complete the tasks below with these files.
 
Task A Copy Key Ring Files to Domino
Two key ring files are generated during the configuration. By default, one file is named as keyfile.kyr, the other keyfile.sth.
Find the two files in the Lotus Notes data subdirectory and copy them to the Domino data subdirectory.
Task B Create JAR File for Certificate Class
A certificate class file is generated during the configuration. By default, it is named as TrustedCerts.class.
You need to create a JAR file for the certificate class file. The following steps demonstrate how to do it with a JAVA utility:
1.
2.
jar -cvf jar_file_name.jar TrustedCerts.class
A file named jar_file_name.jar is created in the same directory.

Copyright © TIBCO Software Inc. All Rights Reserved