From 265ccdec61fce8041a34b7d948f4b46c4f84df36 Mon Sep 17 00:00:00 2001 From: Kyle Christensen Date: Sun, 17 Jan 2021 13:03:28 -0500 Subject: [PATCH] Update README.md to reflect lack of Cloud Key Gen 2 support --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31a93cb..9d251c7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ This should work on UbiOS based firmware versions 1.7.0 onwards. This includes: * UniFi Dream Machine * UniFi Dream Machine Pro +It does *NOT* support the Cloud Key Gen 2 or Gen 2 Plus as they do not ship with Docker (podman) support. + This script supports issuing LetsEncrypt certificates via DNS using [Lego](https://go-acme.github.io/lego/). Out of the box, it has tested support for select [DNS providers](#dns-providers) but with little work you could get it working with any of the supported [Lego DNS Providers](https://go-acme.github.io/lego/dns/). @@ -60,4 +62,4 @@ The CLI will output a JSON object. Use the printed properties to initialize your Note: - The `password` value is a secret and as such you may want to omit it from [udm-le.env](./udm-le.env) and instead set it in a `.secrets/client-secret.txt` file -- The `appId` value is what [Lego](https://go-acme.github.io/lego/) calls a client id \ No newline at end of file +- The `appId` value is what [Lego](https://go-acme.github.io/lego/) calls a client id