本文介绍了MakeCert - 是否可以更改密钥大小?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 当我使用MakeCert.exe生成证书时,我想将密钥大小从1024更改为2048.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?干杯 Rohan推荐答案 这里使用以下语法:Here the following syntax s used:makecert -pe -ss MY -$ individual -n "CN=your name here" -len 2048 -r很抱歉,我无法测试,因为我没有makecertSorry i cannot test it, since i don't have makecert 这篇关于MakeCert - 是否可以更改密钥大小?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
07-09 06:13