Skip to content

Commit c14540a

Browse files
authored
TM4J-5816: changed the keyserver (#85)
1 parent 6d858d0 commit c14540a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen-gpg-key.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Expire-Date: 0
1111
Passphrase: ${GPG_PASSPHRASE}
1212
EOF
1313

14-
gpg --keyserver pgp.mit.edu --send-keys $(gpg --with-colons --fingerprint | awk -F: '$1 == "fpr" {print $10;}')
14+
gpg --keyserver hkps://keys.openpgp.org --send-keys $(gpg --with-colons --fingerprint | awk -F: '$1 == "fpr" {print $10;}')

0 commit comments

Comments
 (0)