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
```
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)
gpg --import
```
Just paste your master key into the terminal, or however else you want to get
it into the container. Obviously look for people standing behind you scribbling
furiously. You will be asked for your passphrase.
Just paste your master key into the terminal (finish with Ctrl-D), or however
else you want to get it into the container. Obviously look for people standing
behind you scribbling furiously. You will be asked for your passphrase.
The output will include something like: