gpt4 book ai didi

android - 尝试将私钥导入 PKCS12 格式的 keystore ,但我得到了使用说明

转载 作者:太空宇宙 更新时间:2023-11-03 15:09:20 24 4
gpt4 key购买 nike

我正在学习本教程 http://ankitagarwal.com/wordpress/2014/05/08/https-communication-between-an-android-app-and-tomcat7-using-self-signed-certificates/

我目前正在“创建包含其自签名数字证书的服务器 keystore ”部分。

当我做的时候

openssl pkcs12 –export –inkey web_server_private_key.pem –in web_server_ssl_certificate.pem –out web_server_key_store.p12

我得到了使用信息...为什么?

没有导入/生成 key 。

enter image description here

最佳答案

您的复制/粘贴示例使用了“花式连字符”。这是我在本地运行时发生的情况:

openssl pkcs12 –export –inkey web_server_private_key.pem –in web_server_ssl_certificate.pem –out web_server_key_store.p12
(prints usage information, as in your screenshot)

还有 ascii 连字符:

openssl pkcs12 -export -inkey web_server_private_key.pem -in web_server_ssl_certificate.pem -out web_server_key_store.p12
Error opening input file web_server_ssl_certificate.pem

web_server_ssl_certificate.pem: 没有那个文件或目录

所以,这解释了使用信息。

关于android - 尝试将私钥导入 PKCS12 格式的 keystore ,但我得到了使用说明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34967808/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com