소스 검색

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 년 전
부모
커밋
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