Due to some restrictions, we have to run the service as LocalSystem. I have generated a certificate and placed them in the following stores:
Certificates (Local Computer) Certificates - Service (SQL Server (MSSQLSERVER)) Certificates - Service (SQL Server (MSSQLSERVER)) Certificates - Current User
I am a domain admin. Everytime I go to SQL Server Configuration Manager -> SQL Server 2005 Network Configuration -> Protocols for MSSQLServer, right-click-> properties -> certificates, the drop down has no certs listed!
According to this, I'm doing everything right. I tried running as a local admin as well, no dice.
unless the service is running as LocalSystem, NetworkService, or LocalService, in which case you may use an administrative account.
Any ideas?