简体   繁体   English

IIS-如何将自签名SSL证书降级为1024位?

[英]IIS - How to downgrade self signed SSL certificate to 1024 bits?

Firstly, thank you for the taking the time out to read this post. 首先,感谢您抽出宝贵的时间阅读这篇文章。

I'm running a demo development web server which is hosting my ASP.net Web API in IIS8. 我正在运行一个演示开发Web服务器,该服务器在IIS8中托管我的ASP.net Web API。 My API is setup to work only via SSL, but I need the self signed SSL key to be 1024 bits rather than 2048 due to the limitations of my Microchip PIC Microcontroller that connects to it. 我的API设置为仅通过SSL起作用,但是由于连接到它的Microchip PIC单片机的限制,我需要自签名SSL密钥为1024位而不是2048位。

Can anyone advise me on how I can generate a self signed SSL certificate to be 1024 bits rather than the default 2048? 谁能建议我如何生成一个1024位而不是默认的2048位自签名SSL证书?

Please note that I am new to network/web programming so I'm trying to work things out as I go along. 请注意,我是网络/网络编程的新手,所以我正在尝试解决问题。 Thus far this is my first demo web applications. 到目前为止,这是我的第一个演示Web应用程序。

Many thanks, 非常感谢,

Rob

Ok I managed to create a key size of 1024 using microsofts selfssl tool which is part of their IIS6 Resource Toolkit. 好的,我设法使用microsofts selfssl工具创建了一个密钥大小为1024的工具,该工具是其IIS6资源工具包的一部分。

This has solved my problem. 这解决了我的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM