Skip to content

Commit 714106a

Browse files
authored
keyserver port 80 less likely to be blocked (#374)
security teams frequently overlook allowing the standard pgpkeyserver port fortunately the ubuntu keyserver also responds on port 80
1 parent 0fee50d commit 714106a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/download.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"key_server": {
1818
"type": "String",
1919
"description": "The GPG keyserver to retrieve GPG keys from",
20-
"default": "hkp://keyserver.ubuntu.com:11371"
20+
"default": "hkp://keyserver.ubuntu.com:80"
2121
}
2222
},
2323
"input_method": "environment",

0 commit comments

Comments
 (0)