[rabbitmq-discuss] [RUBY AMPQ] SSL LOGIN ERROR EXTERNAL login refused
Simon MacMullen
simon at rabbitmq.com
Tue Apr 29 10:04:04 BST 2014
On 29/04/2014 09:58, Loganathan Sellapa wrote:
> Can you let me know the way to set user name while generating the SSL
> certificates, since I didnt find any steps for this
> inhttps://www.rabbitmq.com/ssl.html <http://www.rabbitmq.com/ssl.html>
Replace:
-subj /CN=$(hostname)/O=client/
with
-subj /CN=my-user-name/O=client/
(or similar) when generating the client cert. That's assuming you're
using OpenSSL.
Cheers, Simon
More information about the rabbitmq-discuss
mailing list