Use OpenSSL in IIS10 to create a CA and issue an SSL certificate

Source: Internet
Author: User
Tags ssl certificate

Reference:

Http://www.cnblogs.com/lierle/p/5140187.html

http://alvinhu.com/blog/2013/06/12/ creating-a-certificate-authority-and-signing-the-ssl-certificates-using-openssl-in-iis8/

Http://brightli.blogspot.com/2013/05/opensslunable-to-access-democa.html

IIS version

Final results

Full Operation screen Recording:

Link: http://pan.baidu.com/s/1cdsRSy Password: 7fgq

The whole process went well and encountered a problem, similar to:

I am unable to access the./democa/newcerts Directory

For Linux:mkdir democamkdir democa/newcertsmkdir democa/privatetouch democa/index.txtecho "" >> demoCA/serial= ========================for windows: Create related folders and files manually

To modify the configuration file for OpenSSL openssl.cnf:
Open the Notepad and drag the openssl.cnf into the
You can view this file.
Modify this place:

[Ca_default]

Dir =./democa # where everything is kept —————— > This place modify the location of your Democa folder to fill in the path. For example mine is: C:\\openssl\\openssl-win64\\bin\democa (note that the path is to use a double oblique lever \ \ or a single anti-oblique lever/)

Use OpenSSL in IIS10 to create a CA and issue an SSL certificate

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.