Private key required for backup encryption? #472
Unanswered
tgranqvist
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It seems that a PGP private key is required to get asymmetric encryption to work. Setting only
DB01_ENCRYPT_PUBLIC_KEYcauses an error and leaves the produced backup unencrypted. Why? The recipients public key should be enough for encryption, yes? What's the private key needed for? I don't see any attempt to sign the output, which would need a private key.I believe the issue comes from row 1350 in
install/assets/functions/10-db-backup:All reactions