Clarify details in gpg post

This commit is contained in:
2019-05-02 15:28:49 +02:00
parent df3d72f66b
commit 79dde4600b
+6 -4
View File
@@ -33,16 +33,18 @@ docker run -ti --rm debian
apt-get update && apt-get install -y gnupg2 apt-get update && apt-get install -y gnupg2
``` ```
Create a temporary GPG home and import your master key backup You can run the rest of the commands inside your shiny new container.
Create a temporary GPG home and import your master key backup.
``` ```
export GNUPGHOME=$(mktemp -d) export GNUPGHOME=$(mktemp -d)
gpg --import gpg --import
``` ```
Just paste your master key into the terminal, or however else you want to get Just paste your master key into the terminal (finish with Ctrl-D), or however
it into the container. Obviously look for people standing behind you scribbling else you want to get it into the container. Obviously look for people standing
furiously. You will be asked for your passphrase. behind you scribbling furiously. You will be asked for your passphrase.
The output will include something like: The output will include something like: