1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-03 03:59:16 +00:00

dkim: Add support for 3072 and 4096 bit RSA keys (#6365)

* dkim: Add support for 3072 and 4096 bit RSA keys

Signed-off-by: Marvin A. Ruder <signed@mruder.dev>

* php: added missing ; in dkim function

* php: make 4096 DKIM default

* db: update schema to set dkim 4096 as default

* Revert "db: update schema to set dkim 4096 as default"

This reverts commit 790b40a695.

* Revert "php: make 4096 DKIM default"

This reverts commit 7e643376c7.

---------

Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
Co-authored-by: DerLinkman <niklas.meyer@servercow.de>
This commit is contained in:
Marvin A. Ruder
2025-03-11 15:30:46 +01:00
committed by GitHub
parent 18acbc7a4c
commit 062539b7d7
5 changed files with 15 additions and 2 deletions

View File

@@ -409,7 +409,7 @@ paths:
description: a list of domains for which a dkim key should be generated
type: string
key_size:
description: the key size (1024 or 2048)
description: the key size (1024, 2048, 3072 or 4096)
type: number
type: object
summary: Generate DKIM Key