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.
pull/6129/head
Andreas Lindhé 6 years ago committed by GitHub
parent 77ccdc6e43
commit 4076c51e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: **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`. At this point, you should see both `mychart-0.1.0.tgz` and `mychart-0.1.0.tgz.prov`.

Loading…
Cancel
Save