简体   繁体   English

从CSR文件获取SSL证书

[英]Get SSL certificate from CSR file

I am using certbot to generate trusted SSL certificate for my io.netty HTTP servers. 我正在使用certbot为io.netty HTTP服务器生成受信任的SSL证书。

I've ran the following command: 我运行了以下命令:

$ sudo ./path/to/certbot-auto certonly --standalone -d example.com -d 
www.example.com

Now I've got a csr file and a private key file: 0000_csr-certbot.pem 0000_key-certbot.pem. 现在,我有了一个csr文件和一个私钥文件:0000_csr-certbot.pem 0000_key-certbot.pem。

Unfortunately I cannot figure out how to go from CSR to SSL certificate? 不幸的是,我不知道如何从CSR转换为SSL证书?

You have to send that CSR key to the certificate authority to request the digital certificate. 您必须将该CSR key发送给证书颁发机构,以请求数字证书。

You can follow this link: https://in.godaddy.com/help/request-an-ssl-certificate-standard-assurance-31928 您可以点击以下链接: https://in.godaddy.com/help/request-an-ssl-certificate-standard-assurance-31928 : https://in.godaddy.com/help/request-an-ssl-certificate-standard-assurance-31928

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM