Generate a CSR from configuration/template
Generates a Certificate Signing Request (CSR) from configuration (template) file. This CSR is needs to be signed by Certification Authority.
Authored by: Petr Stepan (Deworn)Brought to you by Warp, a free terminal reimagined to work like a modern app.
conf_file
csr_file
Command
Copy
openssl req -new -config csr_template.conf -out client.csr -verbose
Tags
Edit in GitHub
Copied