From ffae9f59e48c04ef5089f186289332a40690ba93 Mon Sep 17 00:00:00 2001 From: ruslan Date: Sun, 19 Jan 2025 15:27:09 +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 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 ```