danielemery / keys

Static web app acting as a source of truth for public ssh keys, known hosts and pgp keys
2 stars 0 forks source link

Support adding PGP signatures to data in the config file #55

Open danielemery opened 3 months ago

danielemery commented 3 months ago

For those paranoid ones the server should support adding PGP signatures alongside keys loaded in via the config file.

This can be used if either you don't fully trust https (as it's not in your control) or you want to run plain http but still not be susceptible to a man in the middle attack.

Later the CLI application (#24) can likely help you generate signatures for each of the keys in the config file. But for now it's fine to be manual.