Skip to content

Commit 044f056

Browse files
authored
Merge pull request #1153 from nginx-proxy/acme.sh-3.0.9
build: bump acme.sh to 3.0.9
2 parents f513d5a + a733653 commit 044f056

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM docker.io/nginxproxy/docker-gen:0.14.2 AS docker-gen
33
FROM docker.io/library/alpine:3.20.3
44

55
ARG GIT_DESCRIBE="unknown"
6-
ARG ACMESH_VERSION=3.0.7
6+
ARG ACMESH_VERSION=3.0.9
77

88
ENV ACMESH_VERSION=${ACMESH_VERSION} \
99
COMPANION_VERSION=${GIT_DESCRIBE} \

docs/Let's-Encrypt-and-ACME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following environment variables are optional and parametrize the way the Let
1212

1313
#### DNS-01 ACME challenge
1414

15-
In order to switch to the DNS-01 ACME challenge, set the `ACME_CHALLENGE` environment variable to `DNS-01` on your acme-companion container. This will also require you to set the `ACMESH_DNS_API_CONFIG` environment variable to a JSON or YAML string containing the configuration for the DNS provider you are using. Inside the JSON or YAML string, the `DNS_API` property is always required and should be set to the name of the [acme.sh DNS API](https://github.com/acmesh-official/acme.sh/tree/3.0.7/dnsapi) you want to use.
15+
In order to switch to the DNS-01 ACME challenge, set the `ACME_CHALLENGE` environment variable to `DNS-01` on your acme-companion container. This will also require you to set the `ACMESH_DNS_API_CONFIG` environment variable to a JSON or YAML string containing the configuration for the DNS provider you are using. Inside the JSON or YAML string, the `DNS_API` property is always required and should be set to the name of the [acme.sh DNS API](https://github.com/acmesh-official/acme.sh/tree/3.0.9/dnsapi) you want to use.
1616

1717
The other properties required will depend on the DNS provider you are using. For more information on the required properties for each DNS provider, please refer to the [acme.sh documentation](https://github.com/acmesh-official/acme.sh/wiki/dnsapi) (please keep in mind that nginxproxy/acme-companion is using a fixed version of acme.sh, so the documentation might include DNS providers that are not yet available in the version used by this image).
1818

0 commit comments

Comments
 (0)