We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d858d0 commit c14540aCopy full SHA for c14540a
gen-gpg-key.sh
@@ -11,4 +11,4 @@ Expire-Date: 0
11
Passphrase: ${GPG_PASSPHRASE}
12
EOF
13
14
-gpg --keyserver pgp.mit.edu --send-keys $(gpg --with-colons --fingerprint | awk -F: '$1 == "fpr" {print $10;}')
+gpg --keyserver hkps://keys.openpgp.org --send-keys $(gpg --with-colons --fingerprint | awk -F: '$1 == "fpr" {print $10;}')
0 commit comments