Let users upload a GPG key (to LDAP), and serve WKD response #191
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Another simple
.well-known
endpoint that is easy to implement and rather useful:https://datatracker.ietf.org/doc/html/draft-koch-openpgp-webkey-service-00
(We don't have to implement upload-via-email if we allow uploading it in our UI.)
Later, we can then use the stored key to auto-encrypt all unencrypted incoming email for it.
Notes