[X] ... the documentation does not mention anything about my problem
[X] ... there are no open or closed issues that are related to my problem
Description
I'm trying to encrypt my mails. So :
I have entered my public key on the UI
I have created the keys on the server using docker compose exec --user anonaddy anonaddy gpg --full-gen-key, I've even tried docker compose exec --user anonaddy anonaddy gpg --full-gen-key --passphrase=''
Impossible to finish the key creation, as GPG requires a passphrase
As there is a passphrase, AnonAddy can't use the key and we get this error :
We should either be able to create GPG keys with passphrase, or be able to create GPG keys without passphrase (hte former solution is of course the better)
The only solution I've found so far is to create the key outside of the AnonAddy docker container, and import it with docker compose exec --user anonaddy anonaddy gpg --import
Support guidelines
I've found a bug and checked that ...
Description
I'm trying to encrypt my mails. So :
docker compose exec --user anonaddy anonaddy gpg --full-gen-key
, I've even trieddocker compose exec --user anonaddy anonaddy gpg --full-gen-key --passphrase=''
Expected behaviour
We should either be able to create GPG keys with passphrase, or be able to create GPG keys without passphrase (hte former solution is of course the better)
Actual behaviour
Unable to send crypted emails
Steps to reproduce
Docker info
Docker Compose config
Logs