Makecert 和非对称密钥
是否可以使用 makecert 来生成 ECRSA、Diffie-Hellman、EC Diffie-Hellman 非对称公钥和私钥的 DSA、ECDSA。
Is it possible to use makecert in order to generate ECRSA, Diffie-Hellman, EC Diffie-Hellman asymmetric public keys and DSA, ECDSA for the private keys.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不能将 makecert 用于 RSA 和 DSA 以外的其他用途。如果您需要椭圆曲线密钥和证书,则必须使用其他工具,例如 OpenSSL 命令行,它具有更全面的支持。
You can't use makecert for things other than RSA and DSA. If you need elliptic curve keys and certificate, you have to use other tools like the OpenSSL command line which has a more comprehensive support.