aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp/config')
-rw-r--r--src/mailman_pgp/config/mailman_pgp.cfg17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/mailman_pgp/config/mailman_pgp.cfg b/src/mailman_pgp/config/mailman_pgp.cfg
index 0abb026..de87ca1 100644
--- a/src/mailman_pgp/config/mailman_pgp.cfg
+++ b/src/mailman_pgp/config/mailman_pgp.cfg
@@ -6,7 +6,7 @@ url = sqlite:////$DATA_DIR/pgp.db
[gpg]
-# GPG homedir
+# GPG homedir.
homedir = $DATA_DIR/gpg/
# Keyring used to store user keys. (GPG pubring)
@@ -15,11 +15,22 @@ keyring = $DATA_DIR/gpg/pubring.gpg
# Keyring used to store list keypairs. (GPG secring)
secring = $DATA_DIR/gpg/secring.gpg
+# The GPG binary to use.
+binary = gpg
+
[keypairs]
-size = 4096
+#
+key_length = 4096
+
+#
+key_type = RSA
+
+#
+subkey_length = 4096
-type = RSA
+#
+subkey_type = RSA
[queues]