如何通过证书+链+密钥创建.pem文件?

问题描述 投票:0回答:1

He || o,如何从cert + chain + key创建.pem文件?

通过“证书+链+密钥”,我指的是此帖子(编号9):https://groups.google.com/d/msg/kurento/NFLd2yocJws/t65buQv3CwAJ


创建.jks,我这样做:

keytool -genkey -keyalg RSA -alias user-selfsigned -keystore keystore.jks -storepass mypw123 -validity 360 -keysize 2048 -ext san=ip:123.321.123.321

我指的是:https://doc-kurento.readthedocs.io/en/6.13.0/features/security.html#configure-a-java-server-to-use-https


我不确定是否应该从.jks开始,我不了解有关证书的所有内容。

我尝试从Android连接到kurento教程

[请帮助我:)

openssl certificate tls1.2 keytool kurento
1个回答
0
投票

我认为这是方法:

© www.soinside.com 2019 - 2024. All rights reserved.