From 6f02f174ea876afa128f2b273ca94ac99f60558d Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Mon, 9 Oct 2017 18:30:07 +0800 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9f5c651 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ + +# caddy + +A tiny 4MB Caddy image compressed with [UPX](https://github.com/upx/upx). + +# Caveats + +Since this image is `FROM scratch`, it does not have the certificates +necessary to connect to external HTTPS servers, including Let's Encrypt's +ACME server. This means that automatic TLS will not work in this Docker +image. + +TODO: add [ca-certificates.crt](https://curl.haxx.se/ca/cacert.pem) in /etc/ssl/certs/