From fc2ef7bf00a540b335ed6d75e7684e717774bfcf Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 10 Aug 2017 20:48:24 +0200 Subject: Add option to disable exposing the list private key on REST. --- src/mailman_pgp/testing/mailman_pgp.cfg | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mailman_pgp/testing') diff --git a/src/mailman_pgp/testing/mailman_pgp.cfg b/src/mailman_pgp/testing/mailman_pgp.cfg index d80def0..3e34b48 100644 --- a/src/mailman_pgp/testing/mailman_pgp.cfg +++ b/src/mailman_pgp/testing/mailman_pgp.cfg @@ -87,3 +87,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 -- cgit v1.3.1