瀏覽代碼

Merge pull request #25421 from avaid96/patch-1

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

Signed-off-by: Tibor Vass <tibor@docker.com>
Sebastiaan van Stijn 9 年之前
父節點
當前提交
fff3dce95f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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):
 
 ```
-$ opensl genrsa -out delegation.key 2048
+$ openssl genrsa -out delegation.key 2048
 Generating RSA private key, 2048 bit long modulus
 ....................................................+++
 ............+++