|
|
Browse by Tags
All Tags » c# » SQL Server 2008
-
I have a requirement, for service broker endpoints and queues, to automate the creation of a certificate on one server and load them up on another.
The manual way of doing this is something like this: 1. Use CREATE CERTIFICATE to create a self signed certificate, something like: CREATE CERTIFICATE SomeCertificateA
WITH ...
|
|
|