Skip to content

Commit

Permalink
Update acme.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
strayer committed Jan 17, 2024
1 parent f092879 commit 0b2c889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.19 AS install

ARG ACME_SH_GIT_REF=130e8dbd40b71a33dfb8adec7a7a681c2059a7a7
ARG ACME_SH_GIT_REF=afacdfcb95e063325d8f01ebc8daa57322307d92

RUN apk add --no-cache git curl bash openssl

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ Issuing a (staging) certificate is done just as it would be done with the acme.s

```sh
docker exec acme-sh acme.sh --issue \
--server letsencrypt \
--test -d $DOMAIN -d \*.$DOMAIN \
--keylength ec-256 \
--keylength ec-384 \
--dns dns_cf \
--challenge-alias $ALIAS_DOMAIN
```
Expand Down

0 comments on commit 0b2c889

Please sign in to comment.