Thursday, 12 March 2020

HOW TO ENABLE SSL IN QPID


HOW TO ENABLE SSL IN QPID
1.        Go to QPID Web Management Console by using url http://<qpid-ip>:<http-port>/ using guest/guest credentials. 

2.       Scroll down till “Key Stores” 



3.       Click on “Add Key Store” 



a.       Type: NonJavaKeyStore
b.      Private Key: <Upload Private Key>
c.       Certificate: : <Upload Certificate>
d.      Intermediate Certificate: <Leave it>

4.       Click on “Save”.

5.       Go to “Ports”


6.      Click on “Add Port”.


a.       Name*: <User choice>
b.      Port Type*: AMQP
c.       Port Number: <default NON-SSL port is 5672. User can use any open port for SSL>
d.      Protocols: <Select all>
e.       Authentication Provider*: <select Plain from drop-down>
f.        Binding address: <leave it>
g.      Transport: SSL
h.      Maximum number of connections: <leave it>
i.         Number of connection threads: <leave it>
j.         Key Store*: <Select kestore from drop-down we just created in step 3>
k.       Need SSL Client Certificate: <leave it>
l.         Want SSL Client Certificate: <leave it>
m.    Client Certificate Recorder: <leave it>

7.       Click on “Save Port”. Use tab to reach till Save Port
8.      Make sure that the State should be showing ACTIVE.