X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=en%2Findex.html;h=d75af2e93224f50068cdb3eeef42a4259a4b23e0;hb=8099cef4abfcc4df869d2209cf3a3ea9edd5d930;hp=853b70e436fdf940a93f8ef242bef48aece0266f;hpb=e4fa2e82d311755aa5f5675de420ca82aa04c5e9;p=enc-live.git diff --git a/en/index.html b/en/index.html index 853b70e..d75af2e 100644 --- a/en/index.html +++ b/en/index.html @@ -412,8 +412,8 @@ takes a few hours for them to match each other when a new key is uploaded.

Use the following command to export your secret key so you can import it into your email client at the next step. 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:

-$ gpg --export-secret-keys -a [keyid] > my_secret_key.asc
-$ gpg --export -a [keyid] > my_public_key.asc +$ gpg --export-secret-keys -a [keyID] > my_secret_key.asc
+$ gpg --export -a [keyID] > my_public_key.asc


@@ -472,8 +472,8 @@ your key as a file on your computer.

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:

-$ gpg --export-secret-keys -a keyid > my_private_key.asc
-$ gpg --export -a keyid > my_public_key.asc
+$ gpg --export-secret-keys -a [keyID] > my_private_key.asc
+$ gpg --export -a [keyID] > my_public_key.asc
$ gpg --import my_private_key.asc
$ gpg --import my_public_key.asc