1
0
Fork 0

Remove Diffie-Hellman parameter generation and references in templates and tests

This commit is contained in:
Joao Gilberto Magalhaes 2026-02-18 02:08:46 -05:00
parent 44cb3dd5e0
commit 53c32499b5
16 changed files with 28 additions and 60 deletions

View file

@ -34,8 +34,6 @@ USER root
RUN apk add --no-cache certbot openssl bash curl su-exec \
&& mkdir -p /etc/easyhaproxy/haproxy \
&& openssl dhparam -out /etc/easyhaproxy/haproxy/dhparam 2048 \
&& openssl dhparam -out /etc/easyhaproxy/haproxy/dhparam-1024 1024 \
&& mkdir -p /etc/easyhaproxy/certs/certbot /etc/easyhaproxy/certs/haproxy \
&& openssl req -x509 -newkey rsa:2048 -nodes -days 365 \
-keyout /tmp/placeholder.key \