From 4076c51e70d115c004e323f0fdd0081e1399f225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= Date: Wed, 31 Jul 2019 15:29:51 +0200 Subject: [PATCH] Change ~/.gnupg/secring.gpg to pubring In all other places, the code and documentation refer to pubring.gpg not secring.gpg, so I assume this was a typo. If it was not a typo, please explain in the text why this one is different. --- docs/provenance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/provenance.md b/docs/provenance.md index 3f259a391..2ec5fb255 100644 --- a/docs/provenance.md +++ b/docs/provenance.md @@ -55,7 +55,7 @@ use `gpg --list-secret-keys` to list the keys you have. **Warning:** the GnuPG v2.1 store your secret keyring using a new format 'kbx' on the default location '~/.gnupg/pubring.kbx'. Please use the following command to convert your keyring to the legacy gpg format: ``` -$ gpg --export-secret-keys >~/.gnupg/secring.gpg +$ gpg --export-secret-keys > ~/.gnupg/pubring.gpg ``` At this point, you should see both `mychart-0.1.0.tgz` and `mychart-0.1.0.tgz.prov`.