Merge pull request #25421 from avaid96/patch-1
minor nit typo in opensl(openssl) genrsa -out delegation.key 2048
(cherry picked from commit 4191b786c5
)
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
bc967c6ea9
commit
fff3dce95f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ Here is an example of how to generate a 2048-bit RSA portion key (all RSA keys
|
||||||
must be at least 2048 bits):
|
must be at least 2048 bits):
|
||||||
|
|
||||||
```
|
```
|
||||||
$ opensl genrsa -out delegation.key 2048
|
$ openssl genrsa -out delegation.key 2048
|
||||||
Generating RSA private key, 2048 bit long modulus
|
Generating RSA private key, 2048 bit long modulus
|
||||||
....................................................+++
|
....................................................+++
|
||||||
............+++
|
............+++
|
||||||
|
|
Loading…
Reference in a new issue