Revision: 841 http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=841 Author: ineiev Date: 2025-07-22 12:47:33 -0400 (Tue, 22 Jul 2025) Log Message: ----------- fix markdown
Modified Paths: -------------- trunk/sviki/GpgKeyrings.mdwn Modified: trunk/sviki/GpgKeyrings.mdwn =================================================================== --- trunk/sviki/GpgKeyrings.mdwn 2025-07-22 16:33:30 UTC (rev 840) +++ trunk/sviki/GpgKeyrings.mdwn 2025-07-22 16:47:33 UTC (rev 841) @@ -15,16 +15,16 @@ ## Downloading the current keyring This is how you can get the current keyring of a group -(where *group* is the 'unix group name'), +(where <i>group</i> is the 'unix group name'), wget --content-disposition \ - 'https://savannah.gnu.org/p/release-gpgkeys.php?group=*group*&download=1' + 'https://savannah.gnu.org/p/release-gpgkeys.php?group=<i>group</i>&download=1' -The command saves the keyring in a file named *group*-keyring.gpg. +The command saves the keyring in a file named <i>group</i>-keyring.gpg. You can list the downloaded keys with the `gpg --show-keys` command, - gpg --show-keys *group*-keyring.gpg + gpg --show-keys <i>group</i>-keyring.gpg ## Creating a fresh GnuPG home directory