diff options
author | drduh <github@duh.to> | 2018-12-30 02:35:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-30 02:35:24 +0000 |
commit | 19b1297c222f4705f2defe4e2396f386e0d2f0a2 (patch) | |
tree | 1a6afda6cdfabf83815a3a7336322a28c1ff2802 /README.md | |
parent | Merge pull request #83 from hughobrien/gpg-conf-key-origin (diff) | |
parent | describe tmpfs clearing rather than init system (debian uses tmpfs) (diff) | |
download | YubiKey-Guide-19b1297c222f4705f2defe4e2396f386e0d2f0a2.tar.gz |
Merge pull request #84 from hughobrien/mention-tmpfs
describe tmpfs clearing rather than init system (debian uses tmpfs)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ An entropy pool value greater than 3000 is sufficient. # Creating keys -Create a temporary directory which will be deleted on [reboot](https://serverfault.com/questions/377348/when-does-tmp-get-cleared): +Create a temporary directory which will be deleted on [reboot](https://en.wikipedia.org/wiki/Tmpfs): ``` $ export GNUPGHOME=$(mktemp -d) ; echo $GNUPGHOME |