aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/config/mailman_pgp.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp/config/mailman_pgp.cfg')
-rw-r--r--src/mailman_pgp/config/mailman_pgp.cfg11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/mailman_pgp/config/mailman_pgp.cfg b/src/mailman_pgp/config/mailman_pgp.cfg
index 756d16e..d2aa84d 100644
--- a/src/mailman_pgp/config/mailman_pgp.cfg
+++ b/src/mailman_pgp/config/mailman_pgp.cfg
@@ -89,7 +89,12 @@ change_request_lifetime: 1d
[rest]
-# Allow the acessing/modification of a list private key through the REST API?
+# Allow the acessing 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
+# to export the list private key.
+allow_read_private_key: yes
+
+# Allow the 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 the list private key.
+allow_write_private_key: yes \ No newline at end of file