I am trying to add a Service Principal Name with the below command, which I am using for Windows Authentication.
setspn –a HTTP/Kerberos.com domain\username
I have a site running on IIS Server which is running on windows 2008 server connected to Domain Controller machine.
Do I have to run the setspn
command on the IIS server or on the Domain Controller?