From 30b3e4b3896f37d0cddf9da2f1966f22d2a38952 Mon Sep 17 00:00:00 2001 From: Evans Castonguay Date: Sun, 4 Mar 2018 09:56:12 -0500 Subject: [PATCH] Update provenance.md --- docs/provenance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/provenance.md b/docs/provenance.md index 58290275e..fd7552657 100644 --- a/docs/provenance.md +++ b/docs/provenance.md @@ -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 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