From 06a5f5e06c73694903578de66c411573e359e67c Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Mon, 25 Dec 2023 11:06:02 +0100 Subject: [PATCH] docs: remove warning about switch to acme.sh the v2.0.0 was released more than three years ago --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e29c573..e7a6fe6 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ It handles the automated creation, renewal and use of SSL certificates for proxied Docker containers through the ACME protocol. -**Required read if you use the `latest` version** : the `v2.0.0` release of this project mark the switch of the ACME client used by the Docker image from [**simp.le**](https://github.com/zenhack/simp_le) to [**acme.sh**](https://github.com/acmesh-official/acme.sh). This switch result in some backward incompatible changes, so please read [this issue](https://github.com/nginx-proxy/acme-companion/issues/510) and the updated docs for more details before updating your image. The single most important change is that the container now requires a volume mounted to `/etc/acme.sh` in order to persist ACME account keys and SSL certificates. The last tagged version that uses **simp_le** is `v1.13.1`. - ### Features: * Automated creation/renewal of Let's Encrypt (or other ACME CAs) certificates using [**acme.sh**](https://github.com/acmesh-official/acme.sh). * Let's Encrypt / ACME domain validation through `http-01` challenge only.