Commit Graph

36 Commits (9377c4f3ad612d18dcae6950fc2660dbe36e09b4)

Author SHA1 Message Date
Sing Yu Chan c31027b284 use `sleep infinity` instead `sleep 1`
Ross Shen dca9def42c add remote deploy hook for openmediavault 5
based on 
neilpang c39e6c4423 add `--info` command to show the global configs or domain configs.
https://github.com/acmesh-official/acme.sh/issues/2444
Christian Burmeister e0b179e5f3 Update Dockerfile - alpine:3.12 -> alpine:3.15
The support for the base image alpine:3.12 will expire in 4 months (https://endoflife.date/alpine), so it would make sense to upgrade to the current version alpine:3.15. 
I was able to create the acme.sh image with the new alpine:3.15 version without errors and also create and deploy a certificate, but further testing would be useful.
neilpang dbdcbd4b9e add set-default-chain
Peter Dave Hello 6f732a9957 Use `COPY` instead of `ADD` in Dockerfile for folder
Ref:
https://docs.docker.com/develop/develop-images/#add-or-copy
Peter Dave Hello 447bf77dfe Simplify apk command in Dockerfile
With apk `--no-cache` parameter, there is no need to run `apk update`
and manually clean up the cache, apk will update automatically without
leaving local cache files to be cleaned up.
neil d6083c68fd add libidn
neil 97b87d4ce4
Merge pull request from pashinin/master
Vault deploy hook (using curl)
neilpang 8d0e485120 add set-default-ca
Pedro Lamas 05477c1a03
Fixes Dockerfile
Pedro Lamas fcb6198a82
More updated following PR comments
Sergey Pashinin de692d3dcc
Vault deploy hook
neil d804228956 fix https://github.com/acmesh-official/acme.sh/issues/3032
Johann Richard 05acf28e0d Update Dockerfile
Johann Richard fee9baca89
Add openssh package
* `acme.sh`'s `ssh.sh` is probably one of the hooks that's most versatile
* By default, it's not installed on `alpine` docker images and therefore is lacking in the `acme.sh` docker image
* This change adds the `openssh` package and therefore the `ssh` and associated commands
maxemann96 2e2e056198
Merge branch 'dev' into oath
Maximilian Hippler e0d4115ed7 Finally added oathtool
neilpang 561803c0a7 add deploy hook to docker containers
Maximilian Hippler 49bdcad4b6 Updated oathtoolkit from edge/testing to edge/community
neilpang 2b765fdedb add set-notify
Maximilian Hippler 9247780073 Added oathtool to Dockerfile
Christian Burmeister 2cf01c23a2
Update Dockerfile
nakermann1973 552710ac2a
Add missing bind-tools package
The bind_tools package is required for dns_nsupdate to work
Oleg Rakovitch 8259e82787
Add missing package to docker image
Issue 
neilpang b615cce92d fix https://github.com/Neilpang/acme.sh/issues/1127
max2711 7902d10a3a remove unused crontab jobs
neilpang a6b399286e add socat
neilpang accbda9d2f output log
neilpang 200287254b add deactivate-account
neilpang 9dd62ae0f8 fix https://github.com/Neilpang/acme.sh/issues/900
neilpang 395fbbfd14 fix cron
neilpang df037db0bb clean cache
neilpang c487cd6af2 add VOLUME
neilpang 7883cc5891 fix docker cronjob
neilpang f3b434397b v2.6.8 support Docker