diff options
| author | J08nY | 2017-08-21 17:20:29 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-21 17:20:29 +0200 |
| commit | c74e96f813542d94592bf80c24afdec5d6988b2a (patch) | |
| tree | e4d8374afd9fcd985a12de636771a9e4203ab96d /src/mailman_pgp/commands | |
| parent | 54ad58f448f23cd26bbfad6abcfe5e4ca9b686ee (diff) | |
| download | mailman-pgp-c74e96f813542d94592bf80c24afdec5d6988b2a.tar.gz mailman-pgp-c74e96f813542d94592bf80c24afdec5d6988b2a.tar.zst mailman-pgp-c74e96f813542d94592bf80c24afdec5d6988b2a.zip | |
Diffstat (limited to 'src/mailman_pgp/commands')
| -rw-r--r-- | src/mailman_pgp/commands/eml_key.py | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/mailman_pgp/commands/eml_key.py b/src/mailman_pgp/commands/eml_key.py index 97a1a6f..8d140f4 100644 --- a/src/mailman_pgp/commands/eml_key.py +++ b/src/mailman_pgp/commands/eml_key.py @@ -489,12 +489,24 @@ class KeyCommand: A command used to change the address public key. `key revoke` + A command used to revoke a part of/the whole address public key, when the + user has access to a revocation certificate (but not the signing + capability of the key to use `key change`). A revocation certificate + must be attached to the message like a PGP key would. The revocation + signature is verified, and the proper revocation is performed, if the + key is left unusable after that, you will be prompted to set and confirm + a new one. `key sign` + A command used to add your signature to the list key, if you trust it. It + requires exactly one PGP public key attached, which should be the list + public key, signed with your address key. It is scanned for all new + certifications by your address key and the valid ones are imported. A + list might be configured to allow even a non-subscriber to sign its key. `key receive` A command used to request the list public key. The list public key will - be send in a response. + be sent in a response. """ def process(self, mlist, msg, msgdata, arguments, results): |
