diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-25 09:35:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-26 03:46:53 +0000 |
commit | 74300a7ad248183f620246a7026df38865c7d938 (patch) | |
tree | d3deff55830fce275735f113e2baa2aa843311a5 /lib | |
parent | Adding example public keys. (diff) | |
download | compute-tools-74300a7ad248183f620246a7026df38865c7d938.tar.xz compute-tools-74300a7ad248183f620246a7026df38865c7d938.zip |
Updating default keyserver for container key command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | libexec/container/key | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/container/key b/libexec/container/key index 679e636..4cc62dc 100755 --- a/libexec/container/key +++ b/libexec/container/key @@ -114,7 +114,7 @@ then chmod 0700 "${KEYS}" cat > "${KEYS}/gnupg.conf" << EOF -keyserver hkps://hkps.pool.sks-keyservers.net +keyserver hkps://keys.openpgp.org keyserver-options include-revoked keyserver-options no-honor-keyserver-url |