使用openssl生成ssl(https)证书
生活随笔
收集整理的這篇文章主要介紹了
使用openssl生成ssl(https)证书
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
openssl生成證書
[nginx@machina key]$ pwd
/app/nginx/key
openssl genrsa -out server.key 2048
openssl req -new -key server.key -out server.csr
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:
[nginx@machina key]$
[nginx@machina key]$ ls
old server.csr server.key
[nginx@machina key]$ openssl rsa -in server.key.org -out server.key
writing RSA key
[nginx@machina key]$
[nginx@machina key]$ openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
Signature ok
subject=/C=cn/ST=gd/L=gz/O=ai/OU=ai/CN=112.96.28.206
Getting Private key
轉載于:https://blog.51cto.com/170023/2154883
總結
以上是生活随笔為你收集整理的使用openssl生成ssl(https)证书的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 用友ERP服务器的连接
- 下一篇: WebSocket负载均衡