CLI: Set keys.openpgp.org as default keyserver

This commit is contained in:
Paul Schaub 2022-04-23 02:02:34 +02:00
parent a35378e870
commit 028daa6a73
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import java.net.MalformedURLException;
)
public class VKSCLI {
String keyServer;
String keyServer = "https://keys.openpgp.org";
public static void main(String[] args) {
int exitCode = execute(args);