gopenpgp icon indicating copy to clipboard operation
gopenpgp copied to clipboard

How to verify gpg files that are encrypted and signed by key thats signed by a CA

Open tarithj opened this issue 2 years ago • 0 comments
trafficstars

Im using OpenPGP CA tool to manage keys and I use keys generated by it to encrypt and sign messages. Im trying to verify those messages if they came from a trusted person whos verifies by the CA.

Is this possible? i tried using the CA's PGP public key as the public key in helper.DecryptVerifyMessageArmored() but it fails with a signature error

tarithj avatar Sep 14 '23 18:09 tarithj