Please describe what you are doing to trigger the bug:
I am trying to set up a repository using the new RSA encryption feature
duplicacy init -e -key public.pem repository_id storage_url
The public.pem is a pretty standard
gpg --export --armor key_id > public.pem
Please describe what actually happens (the wrong behaviour):
Get the message:
unrecognized public key in public.pem
Tried with absolute path and relative paths to key file won’t make a difference.
I am using the pre-build duplicacy_linux_x64_2.3.0
What is my mistake here?