How To: Generate SSL CSR (Certificate Signing Request) in Linux Server
Introduction A CSR (Certificate Signing Request) is a block of encoded text given to a Certificate Authority when applying for an SSL Certificate. It contains the public key that will be included in the certificate. When generating the CSR, a private key is usually created at the same time, forming a key pair. Prerequisites Domain