Clarify details in gpg post
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user