Hi Adel,
   Going forward please use the camelCase and abandon using dashed properties 
(like cert-file). Following is an example of the *correct* way to use certFile

sslProfile {
    certFile: /home/gmurthy/opensource/server-certificate.pem
    keyFile: /home/gmurthy/opensource//server-private-key.pem
    password: some-password
    name: client-ssl-profile
    certDb: /home/gmurthy/opensource/ca-certificate.pem
}

connector {
    addr: 127.0.0.1
    role: inter-router
    sslProfile: client-ssl-profile # This connector will use the sslProfile 
with the name client-ssl-profile
    port: 24976
}  

Notice above that we specified certFile in only one place (inside the 
sslProfile)

Thanks.

----- Original Message -----
> From: "Adel Boutros" <[email protected]>
> To: [email protected]
> Sent: Friday, June 10, 2016 6:32:06 AM
> Subject: [Qpid-dispatch] Duplication between sslProfile and connector options
> 
> Hello guys,
> In the ssl-profile, we can define some options such as "cert-file". When we
> define a connector, we can provide the name of ssl-profile and we can set
> "certFile". What is the behavior if we defined a cert-file in the
> ssl-profile and set the certFile property?
> Is setting one of them enough? Or do we really need to set both?
> Regards,Adel

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to