I'm trying to setup a certificate to encrypt connections to SQL Server. I've successfully setup the encryption using a "Computer" template. The problem I'm facing is I'm setting up a failover connection and need a SAN cert to include the additional server names.
I've tried creating a SAN cert with a Web Server Template but it will not show in the drop down list of the Network Connections for SQL Services. I've ensured the SQL Service account has full control of the private key.
What certificate template should I be using to setup this certificate?
David Jenkins