I’ve been trying to install Passbolt CE on my Ubuntu 20.04 server, and I’ve gotten as far as running
sudo su -s /bin/bash -c “./bin/cake passbolt install --force” www-data
which runs well until I get the following error:
Import the server private key in the keyring
Importing /etc/passbolt/gpg/serverkey_private.asc
Could not import the OpenPGP key.
Could not import the server OpenPGP key into the keyring.
I have tried several things to enable the import, but with no luck. Anyone have any suggestions?