You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Thiago Henrique <th...@digirati.com.br> on 2012/07/03 17:10:37 UTC

Qpid SSL with openssl certificate

Hello,

It's possible configure the SSL module of QPID with a certificate
generated and signed with the openssl tool?

Thanks in advance.
--
Thiago Henrique


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: Qpid SSL with openssl certificate

Posted by Gordon Sim <gs...@redhat.com>.
On 07/03/2012 04:10 PM, Thiago Henrique wrote:
> It's possible configure the SSL module of QPID with a certificate
> generated and signed with the openssl tool?

It certainly should be, though I confess I've never tried it myself. 
What you need to do is import that certificate into your certificate 
database. Assuming you are using the c++ broker (and/or client) you 
would do that using the NSS certutil tool. For the java client or broker 
you would use java's keytool.

There's a reference of the certutil options here: 
http://www.mozilla.org/projects/security/pki/nss/tools/certutil.html, 
including some examples of adding an existing certificate to a db.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org