From 4d9ad3033353481608d63c08d4facdaead5bf82d Mon Sep 17 00:00:00 2001 From: tremor021 Date: Sun, 16 Nov 2025 13:15:26 +0100 Subject: [PATCH] Update Passbolt --- frontend/public/json/passbolt.json | 4 ++++ install/passbolt-install.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/passbolt.json b/frontend/public/json/passbolt.json index 2382b5b44..b9cedbd57 100644 --- a/frontend/public/json/passbolt.json +++ b/frontend/public/json/passbolt.json @@ -35,6 +35,10 @@ { "text": "Type `cat ~/.creds` to see MariaDB database credentials. You will need those to setup Passbolt.", "type": "info" + }, + { + "text": "The application uses self-signed certificates. You can use Let's Encrypt to get a valid certificate for your domain. Please read the documentation for more information.", + "type": "info" } ] } diff --git a/install/passbolt-install.sh b/install/passbolt-install.sh index 06a929aba..21ed15898 100644 --- a/install/passbolt-install.sh +++ b/install/passbolt-install.sh @@ -30,7 +30,7 @@ setup_deb822_repo \ "stable" create_self_signed_cert -msg_info "Setting up Passbolt" +msg_info "Setting up Passbolt (Patience)" export DEBIAN_FRONTEND=noninteractive IP_ADDR=$(hostname -I | awk '{print $1}') echo passbolt-ce-server passbolt/mysql-configuration boolean true | debconf-set-selections