Explorar o código

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

Signed-off-by: Avi Vaid <avaid1996@gmail.com>
Avi Vaid %!s(int64=9) %!d(string=hai) anos
pai
achega
570bad1974
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/security/trust/trust_delegation.md

+ 1 - 1
docs/security/trust/trust_delegation.md

@@ -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
 ....................................................+++
 ....................................................+++
 ............+++
 ............+++