Lighttpd SSL Certificate CSR Creation
How to generate a CSR for Lighttpd using OpenSSL
Recommended: Use our OpenSSL CSR Wizard to create your Lighttpd SSL CSR. Just fill in the form details, click Generate, and paste your customized OpenSSL command into your terminal.
Of course, if you prefer, you can make your own shell commands to generate your Lighttpd CSR. Just follow our old instructions below:
- Login to your server via your terminal client (ssh). At the prompt, type:
openssl req -new -newkey rsa:2048 -nodes -key...