- Male', Maldives.
- https://shihaam.me
-
FOSS Enthusiast, I use arch btw.
- Joined on
2021-11-04
Block a user
gen-ssl-letsencrypt-cf (latest)
Installation
docker pull git.shihaam.dev/shihaam/gen-ssl-letsencrypt-cf:latest
sha256:722f2cafd2e21c3adb2fbeaf169efa55a59b8c63be8b2da915a20a70309dfe07
Image Layers
# debian.sh --arch 'amd64' out/ 'stable' '@1747699200' |
WORKDIR /etc/letsencrypt/live |
RUN /bin/sh -c apt update && apt install python3-certbot python3-certbot-dns-cloudflare -y # buildkit |
COPY gencert.sh /root/ # buildkit |
RUN /bin/sh -c chmod +x /root/gencert.sh # buildkit |
CMD ["/bin/sh" "-c" "/root/gencert.sh"] |
Labels
Key | Value |
---|---|
com.docker.compose.project | gen-ssl-letsencrypt-cf |
com.docker.compose.service | certbot |
com.docker.compose.version | 2.36.1 |