Просмотр исходного кода

Update DKIM length (#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
Jaap Marcus 3 лет назад
Родитель
Сommit
8084a38fb6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      bin/v-add-mail-domain-dkim

+ 1 - 1
bin/v-add-mail-domain-dkim

@@ -14,7 +14,7 @@
 user=$1
 domain=$2
 domain_idn=$2
-dkim_size=${3-1024}
+dkim_size=${3-2048}
 
 # Includes
 # shellcheck source=/etc/hestiacp/hestia.conf