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