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