您的位置:首页 > 运维架构

openssl key and crt

2017-05-19 00:00 232 查看
openssl genrsa -out certificate.key 1024
openssl req -new -key certificate.key -out certificate.csr
openssl x509 -req -days 3650 -in certificate.csr -signkey certificate.key -out certificate.crt
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  OpenSSL