On 2022-08-08 at 13:06 +, Vladislav Alekseev wrote:
> So, here is the problem.
> Is there any method to restore my private key or revoke it?
> Why gpg program can't identify my key file? Is the root cause of it
> that I didn't add "--armor" parameter when exporting my private key?
> Thanks.
Th
On 08/08/2022 22:36, Vladislav Alekseev via Gnupg-users wrote:
So, here is the problem.
Is there any method to restore my private key or revoke it?
Why gpg program can't identify my key file? Is the root cause of it that
I didn't add "--armor" parameter when exporting my private key?
Thanks.
Hi there.
I am switching my linux release.
Before I reinstall the system, I use commands below to export my gpg keys.
gpg --export-private-keys $key_id > private.key
gpg --armor --export $key_id > public.key
^^^
As expected, a window prompt requesting passwords to de