diff options
| author | J08nY | 2017-08-10 18:32:22 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-10 18:32:22 +0200 |
| commit | a973479205cec0d5fbf162030906ce405b3698b2 (patch) | |
| tree | a4b84cdc6988ab953ba6f99dae9f920d3522c39f /src/mailman_pgp/testing | |
| parent | 5fc418fe1be80e1fe8170919c0caf1dae63d4275 (diff) | |
| download | mailman-pgp-a973479205cec0d5fbf162030906ce405b3698b2.tar.gz mailman-pgp-a973479205cec0d5fbf162030906ce405b3698b2.tar.zst mailman-pgp-a973479205cec0d5fbf162030906ce405b3698b2.zip | |
Diffstat (limited to 'src/mailman_pgp/testing')
| -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. |
