openssl-req: hyphenate self-signed (#5052)
This commit is contained in:
@@ -7,6 +7,6 @@
|
|||||||
|
|
||||||
`openssl req -new -sha256 -key {{filename.key}} -out {{filename.csr}}`
|
`openssl req -new -sha256 -key {{filename.key}} -out {{filename.csr}}`
|
||||||
|
|
||||||
- Generate a selfsigned certificate and a corresponding keypair, storing both in a file:
|
- Generate a self-signed certificate and a corresponding keypair, storing both in a file:
|
||||||
|
|
||||||
`openssl req -new -x509 -newkey {{rsa}}:{{4096}} -keyout {{filename.key}} -out {{filename.cert}} -subj "{{/C=XX/CN=foobar}}" -days {{365}}`
|
`openssl req -new -x509 -newkey {{rsa}}:{{4096}} -keyout {{filename.key}} -out {{filename.cert}} -subj "{{/C=XX/CN=foobar}}" -days {{365}}`
|
||||||
|
Reference in New Issue
Block a user