Open danielemery opened 3 months ago
PGP keys use a trust model, with levels such as Ultimate, Trusted, Untrusted etc.
Ultimate
Trusted
Untrusted
If they keys project will be used as a method to store trusted keys as well your own keys, the concept of trust should be considered.
~It's proposed that within the keys folder there can be optional subfolders, one for each trust level.~
/pgp
?trust
Since https://github.com/danielemery/keys/issues/51 there was a pivot to use the config file to mount pgp keys. This means:
PGP keys use a trust model, with levels such as
Ultimate
,Trusted
,Untrusted
etc.If they keys project will be used as a method to store trusted keys as well your own keys, the concept of trust should be considered.
~It's proposed that within the keys folder there can be optional subfolders, one for each trust level.~
Untrusted
otherwise keys will be consideredUltimate
~/pgp
endpoint will be updated to allow a query argument for?trust
to allow filtering on trust~