Hi,
we actually do encounter the same problem i have checked the other Thread as well, but it does not seem to fit the problem.
After installing passbolt and setting up the server with a CLI generated gpg key as mentioned here ( https://www.passbolt.com/docs/hosting/install/ce/debian/#:\~:text=to%20use%20it.-,WARNING,-Since%20GnuPG%202.2.0 ) When logging in first the first user that we set up, after choosing a Password and the BrowserIdentification Thingy we get the following error.
{
“fileName”: “moz-extension://3e85b2a7-02ea-4a4a-b1c9-399962189dc3/index.min.js”,
“lineNumber”: 2,
“columnNumber”: 58504,
“message”: “Der Metadaten-Schlüssel konnte nicht gespeichert werden.”,
“name”: “PassboltApiFetchError”,
“data”: {
“code”: 400,
“body”: {
“armored_key”: {
“isPublicKeyValidStrict”: “Der armored Schlüssel ist ungültig.”
}
}
}
}
If we now go to the Administraion of the Organisation we are presented with the first steps →
If we try to activate the Metadata we get the following error →
{
“code”: 400,
“body”: {
“armored_key”: {
“isPublicKeyValidStrict”: “Der armored Schlüssel ist ungültig.”
}
}
}