1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-18 02:10:54 +00:00

dkim: Add support for 3072 and 4096 bit RSA keys

Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
This commit is contained in:
Marvin A. Ruder
2025-03-10 18:30:36 +01:00
parent 86df78255d
commit 2a23e2cb0d
5 changed files with 15 additions and 2 deletions

View File

@@ -117,6 +117,8 @@
<select data-style="btn btn-light btn-sm" class="form-control" id="key_size" name="key_size" title="{{ lang.admin.dkim_key_length }}" required>
<option data-subtext="bits">1024</option>
<option data-subtext="bits">2048</option>
<option data-subtext="bits">3072</option>
<option data-subtext="bits">4096</option>
</select>
</div>
</div>