Merge pull request 'Let users upload their OpenPGP public key, and serve WKD response' (#205) from feature/191-gpg_keys_wkd into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #205
Reviewed-by: galfert <garret.alfert@gmail.com>
This commit was merged in pull request #205.
This commit is contained in:
2024-10-14 14:08:31 +00:00
44 changed files with 869 additions and 132 deletions

View File

@@ -0,0 +1,8 @@
dn: cn=schema
changetype: modify
add: attributeTypes
attributeTypes: ( 1.3.6.1.4.1.3401.8.2.11
NAME 'pgpKey'
DESC 'OpenPGP public key block'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE )