From f6c35c7b1a2e57c940cc130cd64a00f436a29441 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Tue, 4 Aug 2026 10:34:11 +0200 Subject: [PATCH] Passbolt: fetch GPG key from Passbolt's own host instead of the flaky keyserver --- 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"