currently im in the need to work with PGP encryption for our company, but I have a few questions and maybe someone can help.
At first what I did:
Enabled encryption, added a user (mail@company.com) and generated the keys.
From then on I can download public/private pgp key files.
The file generated looks like this:
-
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2.0.8 (GNU/Linux)
*********
*Key Block*
*********
-----END PGP PUBLIC KEY BLOCK-----
-----BEGIN PGP PRIVATE KEY BLOCK-----
Version: GnuPG v2.0.8 (GNU/Linux)
*********
*Key Block*
*********
-----END PGP PRIVATE KEY BLOCK----
Now I have another company who need to send me encrypted mails. Unfortunately they cannot accept our keys but instead send me a key file. That file looks like this:
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: PGP for Personal Privacy 5.5.3
*********
*Key Block*
*********
-----END PGP PUBLIC KEY BLOCK-----
-----BEGIN PGP PRIVATE KEY BLOCK-----
Version: PGP for Personal Privacy 5.5.3
*********
*Key Block*
*********
-----END PGP PRIVATE KEY BLOCK-----
So I thought I simply import that file to my astaro - but it is not possible. Edit User-> Upload ASC File -> Choose .asc File and click Save I get the message:
You did not enter all required data, or one or more settings are syntactically invalid.
If I download the keyfile the astaro generated and try to upload this I get the same error message! Doesn't even matter if I include the private key or not.
What is wrong?
This thread was automatically locked due to age.