diff options
author | Marjan Grabowski <marjan.grabowski@homevoice.io> | 2018-02-26 10:33:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-26 10:33:42 +0100 |
commit | f14d756578ddc04c98b79969feb7b21fd657f6df (patch) | |
tree | c1f012e51bbaa65c95599f7ed55ceb1e879ff086 | |
parent | Merge pull request #51 from slurms/patch-1 (diff) | |
download | YubiKey-Guide-f14d756578ddc04c98b79969feb7b21fd657f6df.tar.gz |
Change rights of 'gpg.conf' to avoid warning
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -892,6 +892,10 @@ Paste the following text into a terminal window to create a [recommended](https: require-cross-certification EOF +Ensure you change to correct rights of that file to at least avoid a warning message about incorrect file rights + + chmod 600 ~/.gnupg/gpg.conf + ## Import public key Import it from a file: |