All public logs
From Notes_Wiki
Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:30, 30 May 2025 Abhijith talk contribs created page Install Passbolt on Ubuntu 24.04 (Created page with "= Install Passbolt on Ubuntu 24.04 = == 1. SSL Certificate Setup == Before starting the Passbolt installation, generate an SSL certificate to configure HTTPS properly. Create a dedicated directory for your certificate: <pre> sudo mkdir -p /etc/ssl/mycerts </pre> Generate the certificate and private key inside this directory: <pre> chmod 600 /etc/ssl/mycerts/passbolt.key chown root:root /etc/ssl/mycerts/passbolt.key </pre> == 2. Installing Passbolt on Ubuntu == Gener...")