We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e41dc6 commit 1d8bc1cCopy full SHA for 1d8bc1c
Dockerfile
@@ -71,6 +71,9 @@ RUN wkhtmltopdf --version
71
# Enable Apache mods.
72
RUN a2enmod userdir rewrite ssl
73
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
+
77
# Environment variables contained within build container.
78
ENV TERM=xterm \
79
LISTEN_PORT=80 \
0 commit comments