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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user