Am presently implementing Single-Sign-On within my MVC application using Kentor.AuthServices. The configuration contains two elements - < signingCertificate > and < serviceCertificates >, which appear to point to X.509 certificates on the local machine.
Now I guess these certificates are different to the ones installed for SSL? The documentation refers to these as "signing" certificates. The only links I've seen so far seem to aimed towards making your own "self-signed" certificates. I guess these can't be used on the live application? If not, how do I go about obtaining such a certificate?