passbolt_install_scripts
passbolt_install_scripts copied to clipboard
Passbolt CE installation scripts
Not sure if this is the right place for Debian package installation issues. In `passbolt-ce-server.postinst` lines 186 and 187, we find: ``` cp "${nginx_values[cert_file]}" "$PASSBOLT_SSL_CERT_PATH"` cp "${nginx_values[cert_key_file]}" "$PASSBOLT_SSL_KEY_PATH" ``` `cp`...
When using the apt install method on Ubuntu 20 I accidentally selected "manual" SSL configuration even though I don't have a certificate. When asked for a domain I can only...
I install nginx from the http://nginx.org/packages/mainline/debian repository. Their nginx packages do not ship with the `/etc/nginx/sites-available` directory. Trying to configure nginx with `dpkg-reconfigure -phigh passbolt-ce-server` fails, because `passbolt-ce-server.postinst` does nothing...