summaryrefslogtreecommitdiffstats
path: root/group_vars
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2018-12-03 23:13:04 +0100
committerGuilhem Moulin <guilhem@fripost.org>2018-12-04 01:14:45 +0100
commitc21b92d9b79a80a27607618666b56fbc5cd26ac8 (patch)
tree264c8800eac3d6aeac734bbf43fdde40a16781ff /group_vars
parent50d5b3827eb9e342e499c053f330ac0bcfe424fa (diff)
Upgrade DKIM keys to rsa2048, and allow for multiple keys.
Diffstat (limited to 'group_vars')
-rw-r--r--group_vars/all.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml
index 49cf935..f222b56 100644
--- a/group_vars/all.yml
+++ b/group_vars/all.yml
@@ -46,3 +46,15 @@ postfix_instance:
, port: 2527 }
imapsvr_addr: "{{ postfix_instance.IMAP.addr | ipaddr }}"
+
+dkim_keys:
+ giraff:
+ # match key
+ "fripost.org":
+ # domain of the entity signing the message (should be unique accross match keys)
+ d: fripost.org
+ # selector (should be globally unique and random)
+ s: 8f00fb94ec6c37aacb48bd43e073f9b7
+ "~": # catch-all, for our virtual domains
+ d: x.fripost.org
+ s: 9df9cdc7e101629b5003b587945afa70