ssl证书生成csr_如何从私有SSL密钥生成CSR?

ssl证书生成csr

I am renewing my SSL key for my websites. The CA requests a CSR. I have my private key. How to generate a CSR (Certificate Signing Request) from a private SSL key?

我正在为我的网站续订SSL密钥。 CA请求CSR。 我有我的私钥。 如何从私有SSL密钥生成CSR( 证书签名请求)?

You can generate a CSR from your private key with openssl:

您可以使用openssl从私钥生成CSR:

openssl req -new -key ssl.key -out req.pem

Here, ssl.key is your private key and req.pem will store your CSR. (Ref: OpenSSL examples

在这里,ssl.key是您的私钥,而req.pem将存储您的CSR。 (参考: OpenSSL示例

You can easily decode your CSR to see what is in it by using

您可以轻松解码CSR,以查看其中包含的内容

openssl req -in req.pem -noout -text
Answered by Eric Z Ma.
埃里克·马(Eric Z Ma)回答。

翻译自: https://www.systutorials.com/how-to-generate-a-csr-from-a-private-ssl-key/

ssl证书生成csr

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值