Skip to content

Commit 8084a38

Browse files
authored
Update DKIM length (hestiacp#3218)
For years, the standard key length was 1024 bit DKIM keys, but hackers continue to develop new methods to break DKIM keys https://sendgrid.com/blog/2048-bit-dkim-keys/ Maybe we need to update the tests
1 parent 96b6b56 commit 8084a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-mail-domain-dkim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
user=$1
1515
domain=$2
1616
domain_idn=$2
17-
dkim_size=${3-1024}
17+
dkim_size=${3-2048}
1818

1919
# Includes
2020
# shellcheck source=/etc/hestiacp/hestia.conf

0 commit comments

Comments
 (0)