Update provenance.md

pull/3606/head
Evans Castonguay 8 years ago committed by GitHub
parent 1b8b8dc135
commit 30b3e4b389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,7 @@ $ helm package --sign --key 'helm signing key' --keyring path/to/keyring.secret
**TIP:** for GnuPG users, your secret keyring is in `~/.gnupg/secring.gpg`. You can **TIP:** for GnuPG users, your secret keyring is in `~/.gnupg/secring.gpg`. You can
use `gpg --list-secret-keys` to list the keys you have. use `gpg --list-secret-keys` to list the keys you have.
**Important Note:** the latest GnuPG version 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 latest GnuPG version 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/secring.gpg

Loading…
Cancel
Save