minor nit typo in opensl(openssl) genrsa -out delegation.key 2048

Signed-off-by: Avi Vaid <avaid1996@gmail.com>
This commit is contained in:
Avi Vaid 2016-08-04 15:02:03 -07:00
parent 979d48bbf5
commit 570bad1974
1 changed files with 1 additions and 1 deletions

View File

@ -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):
```
$ opensl genrsa -out delegation.key 2048
$ openssl genrsa -out delegation.key 2048
Generating RSA private key, 2048 bit long modulus
....................................................+++
............+++