diff options
Diffstat (limited to 'src/mailman_pgp/config/mailman_pgp.cfg')
| -rw-r--r-- | src/mailman_pgp/config/mailman_pgp.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mailman_pgp/config/mailman_pgp.cfg b/src/mailman_pgp/config/mailman_pgp.cfg index 6a65ad9..756d16e 100644 --- a/src/mailman_pgp/config/mailman_pgp.cfg +++ b/src/mailman_pgp/config/mailman_pgp.cfg @@ -86,3 +86,10 @@ in: in_default [misc] # The lifetime for `key change` request confirmation. change_request_lifetime: 1d + + +[rest] +# Allow the acessing/modification of a list private key through the REST API? +# This is necessary for the django-pgpmailman web ui to allow a list owner +# to change/export the list private key. +expose_private_key: yes
\ No newline at end of file |
