You can see how some of the test resources for the JMS client are prepared/worked with in this file, including how to export particular certificates using keytool: https://github.com/apache/qpid-jms/blob/0.54.0/qpid-jms-client/src/test/resources/README.txt
There is documentation for certutil including an "Adding a Certificate to the Database" example at: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/tools/NSS_Tools_certutil You can also see certutil being used in the qpid-cpp tests in: https://github.com/apache/qpid-cpp/blob/master/src/tests/run_ssl_tests Robbie On Tue, 18 Aug 2020 at 14:39, cgh467 <[email protected]> wrote: > > Hi, > > I have problem to make qpid c++ client to connect to the remote qpid Java > TLS server. I got a keystore file (truststore.jks) from server group. How > to generate the CA cert with perm file and server cert with perm file from > this jks file, and how to tag these files to c++ client certutil database? I > have been googling the solution, and could not find. Please help me out, > Thanks > Linda > > > > -- > Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
