Certificate signing request

ID: certificate-signing-request

A Certificate Signing Request (CSR) is a block of encoded text that is generated on the server where the certificate will be installed. It is used to request a digital certificate from a Certificate Authority (CA). A CSR contains important information about the entity requesting the certificate, including: 1. **Public Key**: The public key that will be included in the certificate.

New to topics? Read the docs here!