Browse code

Merge pull request #25421 from avaid96/patch-1

minor nit typo in opensl(openssl) genrsa -out delegation.key 2048
(cherry picked from commit 4191b786c5a1741038561f79f7fb2790bcbd2b5a)

Sebastiaan van Stijn authored on 2016/08/05 07:33:37
Showing 1 changed files
... ...
@@ -56,7 +56,7 @@ Here is an example of how to generate a 2048-bit RSA portion key (all RSA keys
56 56
 must be at least 2048 bits):
57 57
 
58 58
 ```
59
-$ opensl genrsa -out delegation.key 2048
59
+$ openssl genrsa -out delegation.key 2048
60 60
 Generating RSA private key, 2048 bit long modulus
61 61
 ....................................................+++
62 62
 ............+++