Add way to directly pass Subject and SubjectAlternativeName
This commit is contained in:
@@ -36,6 +36,12 @@ openssl req -out signing_request.csr -new -newkey rsa:2048 -nodes -keyout privat
|
|||||||
openssl req -out signing_request.csr -key private_key.key -new
|
openssl req -out signing_request.csr -key private_key.key -new
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Pass Subject and SubjectAlternativeName directly:
|
||||||
|
|
||||||
|
```
|
||||||
|
-subj "/C=DE/CN=example.tld" -addext "subjectAltName=DNS:example.tld,DNS:example2.tld,IP:127.0.0.1"
|
||||||
|
```
|
||||||
|
|
||||||
### Generate a certificate signing request based on an existing certificate
|
### Generate a certificate signing request based on an existing certificate
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user