SQL Server SSL
Tips For IT Pros Tips For IT Pros
3.38K subscribers
55,451 views
269

 Published On Jun 17, 2017

How to add SSL Certificate to SQL Server.

Command I used
New-SelfSignedCertificate -CertStoreLocation Cert:\LocalMachine\My -DnsName host.doman.com -KeySpec KeyExchange -FriendlyName SQLCert

For more details on SelfSignedCertificate command check out https://technet.microsoft.com/en-us/i...


Follow us on
Twitter -   / tipsforitpros  

show more

Share/Embed