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 commit790b40a695. * Revert "php: make 4096 DKIM default" This reverts commit7e643376c7. --------- Signed-off-by: Marvin A. Ruder <signed@mruder.dev> Co-authored-by: DerLinkman <niklas.meyer@servercow.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user