【发布时间】:2021-08-13 13:21:42
【问题描述】:
我可以使用 openssl 证书配置安全性。但是使用 Godaddy 证书,我无法配置安全蚊子。 我从 Godaddy SSL 获得了 3 个文件,
- 2324145e73d34dad.crt
- 2324145e73d34dad.pem
- gd_bundle-g2-g1.crt
根据 Godaddy 网站,第一个是根证书,即 ca.crt 第三个是中间/链证书。
但我想配置 server.crt 和 server.key。
我们如何使用这些文件配置 ssl?我们可以用它们生成 server.key 和 server.crt 吗?
【问题讨论】:
标签: ssl ssl-certificate mqtt