Skip to content

Commit 1d8bc1c

Browse files
committed
add Let's Encrypt package
1 parent 9e41dc6 commit 1d8bc1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ RUN wkhtmltopdf --version
7171
# Enable Apache mods.
7272
RUN a2enmod userdir rewrite ssl
7373

74+
# Install Let’s Encrypt Client
75+
RUN wget https://dl.eff.org/certbot-auto -O /usr/sbin/certbot-auto && chmod a+x /usr/sbin/certbot-auto
76+
7477
# Environment variables contained within build container.
7578
ENV TERM=xterm \
7679
LISTEN_PORT=80 \

0 commit comments

Comments
 (0)