Can you post the errors you are getting? I'm using this command and it
seems to work for me:

qpid-config -b amqps://<Username>@localhost:10101 queues
--ssl-certificate=./qpid/0101/temp/<PEM File>
--ssl-key=./qpid/0101/temp/<PEM File> --sasl-mechanism=EXTERNAL

The PEM file is a file containing both private and public key of the user
certificate used for EXTERNAL mechanism. The username is the username of
the user you are connecting as (i.e. the CN from the certificate).

Regards
Jakub


On Tue, Apr 9, 2013 at 11:41 PM, djames <[email protected]> wrote:

> I have been trying to do this for a few days. My python is not very strong.
>
> I have been trying combinations and permutions of:
> qpid-config -b amqps://localhost , ssl_certfile="/path/to/certfile",
> ssl_keyfile="/path/to/keyfile" --sasl-mechanism='EXTERNAL'
>
> I am currently using qpid 0.18.
>
> An example from someone that knows what they are doing would be very
> welcome.
>
> D James
>
>
>
>
> --
> View this message in context:
> http://qpid.2158936.n2.nabble.com/How-to-set-ssl-keyfile-and-ssl-certfile-for-python-tools-to-c-broker-from-the-command-line-tp7591358.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]
>
>

Reply via email to