We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Since #51 there was a pivot to use the config file to mount pgp keys. This means:
Sorry, something went wrong.
danielemery
No branches or pull requests
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.If at least one of these exist keys in the root folder will be consideredUntrusted
otherwise keys will be consideredUltimate
Keys in the subfolders will be treated with the trust level of the folderThe/pgp
endpoint will be updated to allow a query argument for?trust
to allow filtering on trustThe text was updated successfully, but these errors were encountered: