From dcef7fcb067d600530947234d389df5353c156ce Mon Sep 17 00:00:00 2001 From: ruslan Date: Sun, 12 Jan 2025 22:11:39 +0100 Subject: [PATCH] Update pgp-commands.md --- content/posts/pgp-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```