1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2024-06-13 13:42:23 +00:00

Compare commits

..

No commits in common. "aa81e0fc80c4c990498ae5a90c8a4dfab67c6e47" and "a7aa09bc80ccbcf13091e74fdf8e40701adee7f8" have entirely different histories.

View File

@ -563,7 +563,7 @@ echo $PASS | sudo cryptsetup -q luksOpen /dev/sdc1 gnupg-secrets
Create an ext2 filesystem:
```console
sudo mkfs.ext2 /dev/mapper/gnupg-secrets -L gnupg-$(date +%F)
sudo mkfs.ext2 /dev/mapper/gnupg-secrets -L gnupg-$(date +F)
```
Mount the filesystem and copy the temporary GnuPG working directory exported key materials: