opensslは自己署名証明書を生成します

yum install openssl -y

openssl genrsa> cert.key
ここに写真の説明を挿入
openssl req -new -x509 -key cert.key -subj“ / CN = common "> cert.pem

ls
ここに写真の説明を挿入

おすすめ

転載: blog.csdn.net/anqixiang/article/details/108812764