From 0099127974494a577c9f7c855fb2cad6ae3c8d83 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Thu, 15 Jul 2021 16:13:53 -0400 Subject: [PATCH] fixed href by adding quotation marks --- en/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
-- 2.25.1