On Sat, May 16, 2020 at 01:53:46PM -0700, Robert Spigler wrote: > I'm considering posting in qubes-issues, but I want to make sure this isn't > something I'm doing wrong myself/a stupid mistake before I do so. Looked > around online, asked here and on twitter/reddit, and I'll continue to wait > a few more days. >
If you check `man gpg` you'll see a couple of options that help here: --trust-model always will avoid checking altogether. --trusted key <long key id> will treat that key as fully trusted. >From the manpage: Assume that the specified key (which must be given as a full 8 byte key ID) is as trustworthy as one of your own secret keys. This option is useful if you don't want to keep your secret keys (or one of them) online but still want to be able to check the validity of a given recipient's or signator's key. So, qubes-gpg-client-wrapper -r alice --trusted-key <alice's key id> -e target -o target.gpg should solve the problem, I think. unman -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to qubes-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20200517003258.GA28988%40thirdeyesecurity.org.