1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2024-06-10 04:02:24 +00:00

Export the GNUPGHOME variable

Merging this PR will fix #434
This commit is contained in:
Manuel Thalmann 2024-05-03 02:23:00 +02:00
parent 9d2c056d2a
commit 6cfb493f2b

View File

@ -256,7 +256,7 @@ sudo dnf install \
Create a temporary directory which will be cleared on [reboot](https://en.wikipedia.org/wiki/Tmpfs) and set it as the GnuPG directory:
```console
GNUPGHOME=$(mktemp -d -t gnupg-$(date +%Y-%m-%d)-XXXXXXXXXX)
export GNUPGHOME=$(mktemp -d -t gnupg-$(date +%Y-%m-%d)-XXXXXXXXXX)
```
## Configuration