openssl req -new -key server.key -out server.csr

Category: Self-Hosting

openssl req -new -key server.key -out server.csr

Generate a Certificate Signing Request (CSR) from a private key — needed for commercial TLS

Creates a Certificate Signing Request containing your domain info and public key. Send this to a commercial CA to get a signed certificate.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.