mirror of
https://github.com/SeanOMik/YubiKey-Guide.git
synced 2025-02-16 21:50:01 +00:00
Merge pull request #53 from knaggit/patch-1
Change rights of 'gpg.conf' to avoid warning
This commit is contained in:
commit
0f8da4a42e
1 changed files with 4 additions and 0 deletions
|
@ -892,6 +892,10 @@ Paste the following text into a terminal window to create a [recommended](https:
|
||||||
require-cross-certification
|
require-cross-certification
|
||||||
EOF
|
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 public key
|
||||||
|
|
||||||
Import it from a file:
|
Import it from a file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue