CSR (Certificate Signing Request) is a block of ciphertext created on the server. While ordering an SSL certificate, send CSR to the certificate authority. Before generating the CSR, the SSL applicant must create a key pair (public and private key) and keep the private key secret. The CSR includes information like FQDN name (for example, mydomain.com), business/organization, town/city, organization unit, email address, and country.

这篇文章有帮助吗? 0 用户认为此文章有用 (0 投票数)