From: Andrew Engelbrecht Date: Thu, 15 Jul 2021 20:13:53 +0000 (-0400) Subject: fixed href by adding quotation marks X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0099127974494a577c9f7c855fb2cad6ae3c8d83;p=enc.git fixed href by adding quotation marks --- diff --git a/en/index.html b/en/index.html index 532dff2e..564c0747 100644 --- a/en/index.html +++ b/en/index.html @@ -823,7 +823,7 @@ takes a few hours for them to match each other when a new key is uploaded.


Export your key to a file
-

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:

+

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