Skip to content

Commit 37398c1

Browse files
committed
acme
1 parent f3fedb3 commit 37398c1

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apk --no-cache add \
1919
geoip-dev \
2020
perl \
2121
libaio-dev \
22-
certbot \
22+
acme-client \
2323
libtool \
2424
m4 \
2525
autoconf \
@@ -143,9 +143,9 @@ RUN ./configure --prefix=/usr/local/nginx \
143143
&& make \
144144
&& make install
145145

146-
RUN openssl dhparam -out /etc/dh2048.pem 2048
146+
RUN openssl dhparam -out /etc/dhparam.pem 4096
147147
RUN mv /tmp/naxsi/naxsi_config/naxsi_core.rules /opt/naxsi_core.rules
148-
RUN mkdir -p /var/lib/nginx/body
148+
RUN mkdir -p /var/lib/nginx/body /var/www/acme
149149
RUN rm -Rfv /tmp/*
150150

151151
EXPOSE 80 443

certbot/auth.sh

-6
This file was deleted.

0 commit comments

Comments
 (0)