You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2022. It is now read-only.
cp returns a non-zero exit code when source and destination file is the same. Ergo, when the specified certificate chain and/or private key is already in $PASSBOLT_SSL_CERT_PATH or $PASSBOLT_SSL_KEY_PATH (which is a good place for SSL certificates, so this is very likely), the postinst script fails with no indication of any issues, except for cp output.
Not sure if this is the right place for Debian package installation issues.
In
passbolt-ce-server.postinstlines 186 and 187, we find:cpreturns a non-zero exit code when source and destination file is the same. Ergo, when the specified certificate chain and/or private key is already in$PASSBOLT_SSL_CERT_PATHor$PASSBOLT_SSL_KEY_PATH(which is a good place for SSL certificates, so this is very likely), thepostinstscript fails with no indication of any issues, except forcpoutput.