Skip to content

Commit 3fc7b5d

Browse files
committed
Merge pull request #1 from lem9/gpg-doc
Improve wording
2 parents 85f7aa0 + 04e55ed commit 3fc7b5d

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

doc/setup.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Quick Install
9696
Downloads page. Some kits contain only the English messages, others
9797
contain all languages. We'll assume you chose a kit whose name
9898
looks like ``phpMyAdmin-x.x.x -all-languages.tar.gz``.
99-
#. Ensure you have downloaded genuine archive, see :ref:`verify`.
99+
#. Ensure you have downloaded a genuine archive, see :ref:`verify`.
100100
#. Untar or unzip the distribution (be sure to unzip the subdirectories):
101101
``tar -xzvf phpMyAdmin_x.x.x-all-languages.tar.gz`` in your
102102
webserver's document root. If you don't have direct access to your
@@ -254,11 +254,11 @@ Verifying phpMyAdmin releases
254254

255255
Since July 2015 all phpMyAdmin releases are cryptographically signed by the
256256
releasing developer. You should verify that the signature matches the archive
257-
you have downloaded. This way you can be sure that you are using exactly same
258-
code as has been released.
257+
you have downloaded. This way you can be sure that you are using the same code
258+
that was released.
259259

260-
Each archive is accompanied with ``.asc`` files which contains PGP signature
261-
for it. Once you have both of them in a same folder, you can verify the signature:
260+
Each archive is accompanied with ``.asc`` files which contains the PGP signature
261+
for it. Once you have both of them in the same folder, you can verify the signature:
262262

263263
.. code-block:: console
264264
@@ -278,8 +278,8 @@ download the key from our download server or from one of the key servers:
278278
gpg: Total number processed: 1
279279
gpg: imported: 1 (RSA: 1)
280280
281-
This will improve the situation a bit - at this point you can verify that
282-
signature from given key is correct but you still can not trust the name used
281+
This will improve the situation a bit - at this point you can verify that the
282+
signature from the given key is correct but you still can not trust the name used
283283
in the key:
284284

285285
.. code-block:: console
@@ -291,11 +291,11 @@ in the key:
291291
gpg: There is no indication that the signature belongs to the owner.
292292
Primary key fingerprint: 436F F188 4B1A 0C3F DCBF 0D79 FEFC 65D1 81AF 644A
293293
294-
The problem here is that anybody could issue the key with this name. You need
295-
ensure that the key is actually owned by mentioned person. The GNU Privacy
294+
The problem here is that anybody could issue the key with this name. You need to
295+
ensure that the key is actually owned by the mentioned person. The GNU Privacy
296296
Handbook covers this topic in the chapter `Validating other keys on your public
297-
keyring`_. The most reliable method is to meed the developer in person and
298-
exchange key fingerprints, however you can also rely on web of trust. This way
297+
keyring`_. The most reliable method is to meet the developer in person and
298+
exchange key fingerprints, however you can also rely on the web of trust. This way
299299
you can trust the key transitively though signatures of others, who have met
300300
the developer in person. For example you can see how `Marc's key links to Linus
301301
one`_.
@@ -308,8 +308,8 @@ Once the key is trusted, you should get rid of that warning:
308308
gpg: Signature made Fri Jun 12 13:09:58 2015 CEST using RSA key ID 81AF644A
309309
gpg: Good signature from "Marc Delisle <marc@infomarc.info>" [full]
310310
311-
Should the signature be invalid (the archive has been changed), you would get
312-
clear error regardless the keys is trusted or not:
311+
Should the signature be invalid (the archive has been changed), you would get a
312+
clear error regardless of the fact that the key is trusted or not:
313313

314314
.. code-block:: console
315315

0 commit comments

Comments
 (0)