This is why I would prefer to generalize and move public key distribution to some `well-known` directory.
https://github.com/C2SP/C2SP/issues/192
I'm looking at figuring out a convenient abstraction over this in the form of:
```
keys | keys list | keys foxboron@example.org
keys get -t age foxboron@example.org
keys fetch foxboron@example.org
```
or something along these lines. Once you have the keys inside a dir and some "identifier" you could work on tooling on top of this.