bundles/rspamd: first draft for automatically-rotating dkim keys

This commit is contained in:
Franzi 2020-11-08 13:16:00 +01:00
parent 52c36ae3fa
commit 56f1b1a6c6
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 14 additions and 6 deletions

View file

@ -31,6 +31,9 @@ defaults = {
},
},
},
'rspamd': {
'dkim': repo.vault.password_for(node.name + ' rspamd dkim key'),
},
}