dnaranjo
dnaranjo

Reputation: 3784

How to create a self signed certificate using SelfSSL

I have created a self signed certificate using IIS Manager but when I try to access to the website I only find this message:

Certificate doesn't match URL

I found this tutorial which describes pretty well my problem: My certificate is issued for the computers local network name instead of the website adrress. The tutorial explains how to create the certificate using SelfSSL. Now my problem is that when I run the SelfSSL it doesn't show any error, but neither create any certificate...

Is there any other way to create self signed certificates issued correctly?

Thanks in advance.

Upvotes: 2

Views: 4726

Answers (1)

Rafael
Rafael

Reputation: 2817

The answer here: Create a Self-Signed Certificate within IIS Express, make use of Visual Studio makecert, it may be worth the try. Also here is a tutorial for using OpenSSL for the same purpose: http://www.dylanbeattie.net/docs/openssl_iis_ssl_howto.html.

Upvotes: 1

Related Questions