Hi Nidhal, You can have a look at the chapter 4.1 of this document: http://www.eurexclearing.com/blob/clearing-en/136500-861464/846488/3/data/eurex_clearing_messaging_connectivity_B_v100.pdf
It describes how to prepare the NSS database for the C++ client. If you have your private key in Java KeyStore format, you can export it to P12 using the Java Keytool utility like this: keytool -importkeystore -srckeystore *./keystore_certificate* -destkeystore *./certificate.p12* -deststoretype PKCS12 Regards Jakub On Tue, Aug 26, 2014 at 2:22 PM, nidhal.kort <[email protected]> wrote: > well I think I'm doing something wrong concerning the data base because > certutil -V /.../nkort/certif ==>certutil -V: nickname is required for this > command (-n). > > Also when I try to list the certificates in the current directory with > certutil -L -d . > I get certutil: function failed: security library: bad database. > > > I thought the database is just a repertory where I put my certificates (I > have cert.crt certificate, cert.key private key, a keystore and truststore > generated wih openssl and keytool). > > How should I proceed to use my certificates and keys to create a correct > database. > > Many thanks > > > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/Unknown-protocol-ssl-for-C-client-tp7611980p7612558.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
