Closed yob closed 7 months ago
The gpg key is stored in as ASCII armord format with new lines escaped, like:
MjAxMjMxMmFkZWZnMjIK\nOTMwNDA0MDRlZWVmYQo=
We need echo to process the escaped newlines before piping it to gpg, so gpg sees:
MjAxMjMxMmFkZWZnMjIK OTMwNDA0MDRlZWVmYQo=
The gpg key is stored in as ASCII armord format with new lines escaped, like:
We need echo to process the escaped newlines before piping it to gpg, so gpg sees: