如何创建新的密钥对并将其保存在文件中?
如何创建新的密钥对并将其保存在文件中?我猜是 OpenSSL。我有 Windows 7 和 Xampp,它在 APache 目录中有 OpenSSL(尽管我在使用 openssl_pkey_new() 时遇到一些问题(请参阅 为什么 openssl_pkey_new() 失败?)。
无论如何,一旦我配置了 OpenSSL,创建新密钥对并将其保存在文件中的代码是什么样的?
How do I create a new key pair and save them in files? OpenSSL I guess. I have Windows 7 and Xampp, which has OpenSSL in the APache directory (although I am having some problems with openssl_pkey_new() (see Why does openssl_pkey_new() fail?).
Anyway, once I get OpenSSL configured, what does the code look like to create a new key pair and save them in files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
生成密钥对:
将密钥保存到目标文件:
To generate a key pair:
To save the key to a target file: