en/index: consistently use [keyID] in command lines.
authorThérèse Godefroy <godef.th@free.fr>
Tue, 27 Jul 2021 15:52:56 +0000 (17:52 +0200)
committerThérèse Godefroy <godef.th@free.fr>
Tue, 27 Jul 2021 15:52:56 +0000 (17:52 +0200)
en/index.html

index 853b70e436fdf940a93f8ef242bef48aece0266f..d75af2e93224f50068cdb3eeef42a4259a4b23e0 100644 (file)
@@ -412,8 +412,8 @@ takes a few hours for them to match each other when a new key is uploaded.</p>
 <p>Use the following command to export your secret key so you can import it into your email client at the next <a href="#section3">step</a>. To avoid getting your key compromised, store this in a safe place, and make sure that if it is transferred, it is done so in a trusted way. Exporting your keys can be done with the following commands:</p>
 
 <p><span style="color:#2f5faa; font-family: monospace;">
-$ gpg --export-secret-keys -a [keyid] > my_secret_key.asc<br/>
-$ gpg --export -a [keyid] > my_public_key.asc
+$ gpg --export-secret-keys -a [keyID] > my_secret_key.asc<br/>
+$ gpg --export -a [keyID] > my_public_key.asc
 </span></p>
 
 <br />
@@ -472,8 +472,8 @@ your key</a> as a file on your computer.</dd>
 <p>Use the following commands to transfer your keys. To avoid getting your key compromised, store it in a safe place, and make sure that if it is transferred, it is done so in a trusted way. Importing and exporting a key can be done with the following commands:</p>
 
 <p><span style="color:#2f5faa; font-family: monospace;">
-$ gpg --export-secret-keys -a keyid > my_private_key.asc<br/>
-$ gpg --export -a keyid > my_public_key.asc<br/>
+$ gpg --export-secret-keys -a [keyID] > my_private_key.asc<br/>
+$ gpg --export -a [keyID] > my_public_key.asc<br/>
 $ gpg --import my_private_key.asc<br/>
 $ gpg --import my_public_key.asc
 </span></p>