简体   繁体   中英

Get SSL certificate from CSR file

I am using certbot to generate trusted SSL certificate for my io.netty HTTP servers.

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.

Unfortunately I cannot figure out how to go from CSR to SSL certificate?

You have to send that CSR key to the certificate authority to request the digital certificate.

You can follow this link: https://in.godaddy.com/help/request-an-ssl-certificate-standard-assurance-31928

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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