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