Hi,
I am using Service Bus for Windows Server 1.1. I have a couple of applications using queues and topics etc, one is a server side app, the other is meant to run on the client.
Currently, SB is using its self sign certificate and as such I have to use PowerShell to export the certificate (pfx and crl files) in order to install on the client. We don't really want to have to install a certificate on each client that will ultimately be talking to our hosted service bus.
We already have a SSL certificate (issued by GoDaddy). Can I tell Service Bus (which is installed on the server containing the SSL certificate) to use our SSL certificate instead of the auto generated one it installed with?
If I did this, would this mean I no longer have to install anything (certificate wise) on the clients that want to subscribe to the topic?
By the way, I am not using Domain Auth as the client machines will not be members of my server domain. I am using SAS instead.
Thanks for any help.
Graham