diff --git a/content/posts/2019-04-30-gpg-update.md b/content/posts/2019-04-30-gpg-update.md index d5bfbcb..fd43289 100644 --- a/content/posts/2019-04-30-gpg-update.md +++ b/content/posts/2019-04-30-gpg-update.md @@ -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: