MakeCert - is it possible to change the key size?

眉间皱痕 提交于 2020-01-10 18:45:25

问题


When I generate a certificate using MakeCert.exe, I want to change the key size from 1024 to 2048.

Is this possible? Or do I need to setup a certificate authority (CA)?


回答1:


Here the following syntax is used:

makecert -pe -ss MY -$ individual -n "CN=your name here" -len 2048 -r

Sorry I cannot test it, since I don't have Makecert.




回答2:


A description of Makecert options can be found at MSDN, but I didn't see an explicit one for setting the key length.



来源:https://stackoverflow.com/questions/463657/makecert-is-it-possible-to-change-the-key-size

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!