Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经设法从这一行创建了一个证书cmd
cmd
openssl req -config openssl.conf -new -x509 -days 1001 -key keys/ca.key -out certs/ca.cer
这将创建一个根证书,名为ca.cer. 对于我的移动应用程序,我想从这个根证书创建一个新证书,并从这个“子”证书生成一个密钥库。我怎样才能openssl在windows下这样做?我读过这个帖子,但我不太了解它。
ca.cer
openssl
提前致谢。