letsencrypt
automatically configure HTTPS using Let's Encrypt
RUN apt-get update && \
apt-get install -y certbot
RUN apt-get update && \
apt-get install -y letsencrypt
RUN apk add certbot
RUN pacman -S --noconfirm certbot
RUN apt-get update && \
apt-get install -y certbot
RUN dnf install -y certbot
RUN apt-get update && \
apt-get install -y certbot