diff --git a/content/posts/pgp-commands.md b/content/posts/pgp-commands.md index 75c2368..57e9373 100644 --- a/content/posts/pgp-commands.md +++ b/content/posts/pgp-commands.md @@ -23,6 +23,6 @@ gpg --import-ownertrust trust.txt ```bash gpg --list-keys -gpg --quick-set-expire 1y +gpg --quick-set-expire 1y '*' gpg --export | curl -T - https://keys.openpgp.org ```