Search code examples
sslcertificateself-signed

Create self signed certificate with TLS


Environment: Windows Server 2003 IE 6/7 IIS 6 ASP.NET 3.5 Framework application

Self Signed Certificate

I have created self signed SSL certificate using IIS resource kit and have configured the same in IIS 6.0. Web App works as intended.

Now the client wants me to use TLS instead of SSL. I dont see an option to create TLS using IIS resource tool kit.

Please advice.

Thanks BV


Solution

  • A self-signed certificate is a self-signed certificate. It is specified by X.509. Its creation has nothing to do with SSL or TLS. You can use the one you have.