[SOLVED] Passbolt server shows "Could not verify server key. " message after kreatin first user

The gpg issue should be solved if you import the private key in your keyring manually.

$ sudo su -s /bin/bash -c "gpg2 --import-key /var/www/passbolt_api/app/Config/gpg/private.key" www-data

See.