Skip to content

Commit

Permalink
opendkim update: use 2048bits by default
Browse files Browse the repository at this point in the history
  • Loading branch information
arodier committed Jan 17, 2024
1 parent d500801 commit 38baef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/opendkim/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail

dkim:
key_size: 1024
key_size: 2048
note: 'main DKIM key for the domain {{ network.domain }}'
# Key validity set to one day by default
validity: 86400

0 comments on commit 38baef3

Please sign in to comment.