SSL module: Generate CSR

Generates a new Certificate Signing Request, upload the request to the CA to have it signed, then bundle the certificate with a private key to generate the final certificate.

Example

space -m ssl /gencsr/ -- "/home/janitor/new.key" "/home/janitor/new.csr"

Exit status code is expected to be 0 on success.

Edit this page