使用MakeCert.exe生成证书时,我希望将密钥大小从1024更改为2048。
这个是可能的吗?或者,我是否需要设置证书颁发机构(CA)?
发布于 2009-01-21 01:06:16
Here使用以下语法:
makecert -pe -ss MY -$ individual -n "CN=your name here" -len 2048 -r对不起,我不能测试它,因为我没有Makecert。
发布于 2009-01-21 00:26:11
A description of Makecert options can be found at MSDN,但我没有看到用于设置密钥长度的显式密钥长度。
https://stackoverflow.com/questions/463657
复制相似问题