Skip to content

Commit 12306f8

Browse files
MCLOUD-6469: dh key too small when trying to use magento-cloud-docker… (#277)
1 parent 8c37bf2 commit 12306f8

File tree

26 files changed

+86
-271
lines changed

26 files changed

+86
-271
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
env:
5353
- TEST_SUITE=build-images
5454
script:
55-
- if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then ./tests/travis/images.sh tls; fi;
5655
- if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then ./tests/travis/images.sh varnish; fi;
5756
- if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then ./tests/travis/images.sh elasticsearch; fi;
5857
- if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then ./tests/travis/images.sh nginx; fi;

images/nginx/1.9/nginx-healthcheck.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

images/php/7.2-fpm/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ RUN wget https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendma
5151
&& sudo chmod +x mhsendmail_linux_amd64 \
5252
&& sudo mv mhsendmail_linux_amd64 /usr/local/bin/mhsendmail
5353

54-
# Change security level to avoid `dh key too small` error
55-
RUN sed -i 's/SECLEVEL=2/SECLEVEL=1/g' /etc/ssl/openssl.cnf
56-
5754
# Configure the gd library
5855
RUN docker-php-ext-configure \
5956
gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/

images/php/7.3-fpm/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ RUN wget https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendma
4949
&& sudo chmod +x mhsendmail_linux_amd64 \
5050
&& sudo mv mhsendmail_linux_amd64 /usr/local/bin/mhsendmail
5151

52-
# Change security level to avoid `dh key too small` error
53-
RUN sed -i 's/SECLEVEL=2/SECLEVEL=1/g' /etc/ssl/openssl.cnf
54-
5552
# Configure the gd library
5653
RUN docker-php-ext-configure \
5754
gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/

images/php/7.4-fpm/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ RUN wget https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendma
4545
&& sudo chmod +x mhsendmail_linux_amd64 \
4646
&& sudo mv mhsendmail_linux_amd64 /usr/local/bin/mhsendmail
4747

48-
# Change security level to avoid `dh key too small` error
49-
RUN sed -i 's/SECLEVEL=2/SECLEVEL=1/g' /etc/ssl/openssl.cnf
50-
5148
# Configure the gd library
5249
RUN docker-php-ext-configure \
5350
gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/

images/php/fpm/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ RUN wget https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendma
2424
&& sudo chmod +x mhsendmail_linux_amd64 \
2525
&& sudo mv mhsendmail_linux_amd64 /usr/local/bin/mhsendmail
2626

27-
# Change security level to avoid `dh key too small` error
28-
RUN sed -i 's/SECLEVEL=2/SECLEVEL=1/g' /etc/ssl/openssl.cnf
29-
3027
# Configure the gd library
3128
{%docker-php-ext-configure%}
3229

images/tls/Dockerfile

Lines changed: 0 additions & 25 deletions
This file was deleted.

images/tls/certs/magento2.docker.pem

Lines changed: 0 additions & 50 deletions
This file was deleted.

images/tls/entrypoint.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

images/tls/pound.cfg

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)