diff options
Diffstat (limited to 'src/mailman_pgp/testing/mailman_pgp.cfg')
| -rw-r--r-- | src/mailman_pgp/testing/mailman_pgp.cfg | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/mailman_pgp/testing/mailman_pgp.cfg b/src/mailman_pgp/testing/mailman_pgp.cfg index 1ef8938..d80def0 100644 --- a/src/mailman_pgp/testing/mailman_pgp.cfg +++ b/src/mailman_pgp/testing/mailman_pgp.cfg @@ -63,9 +63,21 @@ primary_key: ECDSA:secp256k1 # brainpoolP512r1, secp256k1 sub_key: ECDH:secp256k1 -# Shred keys on list deletion? +# Shred keypair on list deletion? Shredding tries to securely erase the file +# by overwriting it with random data many times. Will be only performed if +# the `delete` option is also set to yes. shred: yes +# A command, that is run when shredding the list key (if shred is set). +# It is passed the list key path as an argument. +# If empty, mailman-pgp will try to shred the listkey itself. +# Some Linux distributions provide the `shred` command from GNU coreutils, or +# similar. +shred_command: + +# Delete list keypair on list deletion? +delete: yes + [queues] # The queue to which processed incoming messages are passed. |
