From 66911894b4a301b3ce4022721adefd886e3a867f Mon Sep 17 00:00:00 2001 From: Al Bowles Date: Mon, 13 Jun 2022 18:02:06 -0500 Subject: [PATCH] Fix formatting --- dev_guides/commit_signing.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev_guides/commit_signing.md b/dev_guides/commit_signing.md index 0f58886..58b7973 100644 --- a/dev_guides/commit_signing.md +++ b/dev_guides/commit_signing.md @@ -8,15 +8,15 @@ rc: level: Final --- # Creating your primary keypair -Initiate the keypair generation wizard +1. Initiate the keypair generation wizard - gpg --full-generate-key --expert + gpg --full-generate-key --expert -Select option `(9) ECC and ECC` for the key type -Select option `(1) Curve 25519` for the elliptic curve -Set a validity period of your choice, ideally less than 1 year -Specify real name and email address to associate with this keypair. The email address must match your verified Github email address or be set to `your-github-username@users.noreply.github.com`. -Type a passphrase (twice) +1. Select option `(9) ECC and ECC` for the key type +1. Select option `(1) Curve 25519` for the elliptic curve +1. Set a validity period of your choice, ideally less than 1 year +1. Specify real name and email address to associate with this keypair. The email address must match your verified Github email address or be set to `your-github-username@users.noreply.github.com`. +1. Type a passphrase (twice) # Create a signing keypair Add a signing subkey