From: Andrew Engelbrecht Date: Thu, 15 Jul 2021 20:08:05 +0000 (-0400) Subject: help po4a-gettextize be happy about html X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=64f8f564132978c247bdbc723ee64ec237aa5016;p=enc-live.git help po4a-gettextize be happy about html cleaning up the HTML a bit, including
->
--- diff --git a/en/index.html b/en/index.html index 3d168bf..532dff2 100644 --- a/en/index.html +++ b/en/index.html @@ -623,9 +623,9 @@ page.
Use a third-party package manager to install GnuPG
-
Your macOS comes with a program called "Terminal" pre-installed, which we'll use to set up your encryption with GnuPG, using the command line. However, the default macOS package manager makes it difficult to install GnuPG and other pieces of free software (like Emacs, GIMP, or Inkscape).
-To make things easier, we recommend setting up the third-party package manager "Homebrew" to install GnuPG. Copy the link on the home page of Homebrew and paste it in Terminal. Click "Enter" and wait for it to finalize.
-When it is done, install the program by entering the following code in Terminal:
+
Your macOS comes with a program called "Terminal" pre-installed, which we'll use to set up your encryption with GnuPG, using the command line. However, the default macOS package manager makes it difficult to install GnuPG and other pieces of free software (like Emacs, GIMP, or Inkscape).
+To make things easier, we recommend setting up the third-party package manager "Homebrew" to install GnuPG. Copy the link on the home page of Homebrew and paste it in Terminal. Click "Enter" and wait for it to finalize.
+When it is done, install the program by entering the following code in Terminal:
brew install gnupg gnupg2. After installation is done, you can follow the steps of the rest of this guide.
@@ -638,7 +638,7 @@ When it is done, install the program by entering the following code in Terminal:
Get GnuPG by downloading GPG4Win
-
GPG4Win is a email and file encryption software package that includes GnuPG. Download and install the latest version, choosing default options whenever asked. After it's installed, you can close any windows that it creates.
+
GPG4Win is a email and file encryption software package that includes GnuPG. Download and install the latest version, choosing default options whenever asked. After it's installed, you can close any windows that it creates.

To follow the rest of the steps in this guide, you'll use the program called "PowerShell", which is a program you'll see elsewhere referred to as a "terminal." This allows you to operate your computer using the command line.

@@ -794,6 +794,7 @@ secure and recover from a compromised key much more quickly. Alex Cabal and the Debian wiki provide good guides for setting up a secure subkey configuration.
+
@@ -825,8 +826,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


@@ -848,15 +849,15 @@ $ gpg --export -a [keyid] > my_public_key.asc
My key doesn't seem to be working or I get a "permission denied."
-
Like every other file or folder, gpg keys are subject to permissions. If these are not set correctly, your system may not be accepting your keys. You can follow the next steps to check, and update to the right permissions.

+
Like every other file or folder, gpg keys are subject to permissions. If these are not set correctly, your system may not be accepting your keys. You can follow the next steps to check, and update to the right permissions.

-# Check your permissions: ls -l ~/.gnupg/*

-# Set permissions to read, write, execute for only yourself, no others. This is the recommended permission for your folder.
-You can use the code chmod 700 ~/.gnupg

-# Set permissions to read and write for yourself only, no others. This is the recommended permission for the keys inside your folder.
-You can use the code: chmod 600 ~/.gnupg/*

+# Check your permissions: ls -l ~/.gnupg/*

+# Set permissions to read, write, execute for only yourself, no others. This is the recommended permission for your folder.
+You can use the code chmod 700 ~/.gnupg

+# Set permissions to read and write for yourself only, no others. This is the recommended permission for the keys inside your folder.
+You can use the code: chmod 600 ~/.gnupg/*

-

If you have (for any reason) created your own folders inside ~/.gnupg, you must also additionally apply execute permissions to that folder. Folders require execution privileges to be opened. For more information on permissions, you can check out this detailed information guide.
+

If you have (for any reason) created your own folders inside ~/.gnupg, you must also additionally apply execute permissions to that folder. Folders require execution privileges to be opened. For more information on permissions, you can check out this detailed information guide.


Transferring your keys
-
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:
+
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 --import my_private_key.asc
-$ gpg --import 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

Ensure that the keyID printed is the correct one, and if so, then go ahead and add ultimate trust for it:

$ gpg --edit-key [your@email] -
+
Because this is your key, you should choose ultimate. You shouldn't trust anyone else's key ultimately. @@ -913,7 +914,7 @@ Because this is your key, you should choose

#3 Set up email encryption

-

The Icedove (or Thunderbird) email program has PGP functionality integrated, which makes it pretty easy to work with. We'll take you through the steps of integrating and using your key in these email clients.

+

The Icedove (or Thunderbird) email program has PGP functionality integrated, which makes it pretty easy to work with. We'll take you through the steps of integrating and using your key in these email clients.