Quick Actions
openssl req
Description
Generate certificate signing request (CSR).
Command
openssl req
Examples
Generate CSR with private key
openssl req -new -key private.key -out request.csr
Generate CSR with config file
openssl req -new -key private.key -out request.csr -config openssl.cnf
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
-new |
string | No | Generate new CSR |
-key |
string | No | Private key file |
-out |
string | No | Output CSR file |
-config |
string | No | Configuration file |
Command Info
Category:
Certificate Management
Type:
Openssl
Views:
12
Status:
Active
Tags
csr
certificate
request