From 6a3651b39386687edb5904cdac825a1f7bc39202 Mon Sep 17 00:00:00 2001 From: scjane Date: Mon, 20 Feb 2017 18:50:11 +0800 Subject: [PATCH] Update trust_delegation.md (#1868) --- engine/security/trust/trust_delegation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/security/trust/trust_delegation.md b/engine/security/trust/trust_delegation.md index 9f158e3eaf..b8c42745c8 100644 --- a/engine/security/trust/trust_delegation.md +++ b/engine/security/trust/trust_delegation.md @@ -45,7 +45,7 @@ Your collaborator needs to generate a private key (either RSA or ECDSA) and give you the public key so that you can add it to the `targets/releases` delegation. -The easiest way to for them to generate these keys is with OpenSSL. +The easiest way for them to generate these keys is with OpenSSL. Here is an example of how to generate a 2048-bit RSA portion key (all RSA keys must be at least 2048 bits):