From 60e8ed77c4fe79451c0a8d6d12485d03a1e07155 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 4 Aug 2026 12:13:49 +0200 Subject: [PATCH] Passbolt: fetch GPG key from Passbolt's own host instead of the flaky keyserver (#16248) --- install/passbolt-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/passbolt-install.sh b/install/passbolt-install.sh index 7b38ea07b..59ce551ab 100644 --- a/install/passbolt-install.sh +++ b/install/passbolt-install.sh @@ -26,7 +26,7 @@ create_self_signed_cert setup_deb822_repo \ "passbolt" \ - "https://keys.openpgp.org/pks/lookup?op=get&options=mr&search=0x3D1A0346C8E1802F774AEF21DE8B853FC155581D" \ + "https://download.passbolt.com/pub.key" \ "https://download.passbolt.com/ce/debian" \ "buster" \ "stable"