mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Update test/mail_dhparams_default.bats
Co-Authored-By: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
e680c349b1
commit
27cbdeeb6a
|
@ -4,12 +4,12 @@ load 'test_helper/common'
|
|||
# ---------
|
||||
# By default, this image is using audited FFDHE groups (https://github.com/tomav/docker-mailserver/pull/1463)
|
||||
#
|
||||
# This test suite cover the described situation for ONE_DIR=1 and for ONE_DIR=0.
|
||||
# This test case covers the described case against both boolean states for `ONE_DIR`.
|
||||
#
|
||||
# Description:
|
||||
# - when using a default DHE parameters:
|
||||
# ~ repo FFDHE4096 file is unchanged.
|
||||
# ~ ffdhe4096 params file is copied in postfix and dovecot configuration.
|
||||
# - When no DHE parameters are supplied by the user:
|
||||
# ~ The file `ffdhe4096.pem` has not been modified (checksum verification).
|
||||
# ~ `ffdhe4096.pem` is copied to the configuration directories for postfix and dovecot.
|
||||
|
||||
|
||||
function setup() {
|
||||
|
|
Loading…
Reference in a new issue