Skip to content

Commit 06a5f5e

Browse files
authored
docs: remove warning about switch to acme.sh
the v2.0.0 was released more than three years ago
1 parent 90d99a3 commit 06a5f5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
It handles the automated creation, renewal and use of SSL certificates for proxied Docker containers through the ACME protocol.
1010

11-
**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`.
12-
1311
### Features:
1412
* Automated creation/renewal of Let's Encrypt (or other ACME CAs) certificates using [**acme.sh**](https://github.com/acmesh-official/acme.sh).
1513
* Let's Encrypt / ACME domain validation through `http-01` challenge only.

0 commit comments

Comments
 (0)