neil
507baff2ef
deploy/docker: allow setting key file mode and owner in the container
...
The docker deploy hook copied the key file preserving the source mode
(root:root 0600), so a non-root container service (uid >= 1000) could not
read it. Add DEPLOY_DOCKER_CONTAINER_KEY_MODE and
DEPLOY_DOCKER_CONTAINER_KEY_OWNER, applied via chmod/chown inside the
container after the key is copied and before the reload command.
Closes #5333
2026-07-05 16:30:46 +08:00
neil
b4de9e8621
fix docker deploy hook on podman, check exec ExitCode instead of response body ( #4977 )
2026-07-04 10:49:32 +08:00
tomo
7f19f8cf0e
implemented deploying pfx to docker container
2025-02-15 15:18:10 +01:00
neilpang
b937665b90
minor
2023-04-23 13:18:17 +08:00
neilpang
a7bc2293c0
fix https://github.com/acmesh-official/acme.sh/issues/4612#issuecomment-1518929996
2023-04-23 13:16:12 +08:00
neil
15fb47cb3d
fix https://github.com/acmesh-official/acme.sh/issues/3300
2020-12-10 20:22:14 +08:00
andrewheberle
01ebb6576d
Use base64 for reload
...
Ensure that reload command is encoded with base64 so special characters in command do not wreck config on renewals
2020-07-13 09:31:47 +08:00
neilpang
d795fac37a
update repo name
2020-01-30 12:06:39 +08:00
neilpang
45e8bb03e4
add more info
2019-07-23 21:43:00 +08:00
neilpang
54e189616c
fix wildcard domain name
2019-07-23 21:36:42 +08:00
neilpang
951bd3a517
minor, check for mkdir
2019-06-03 21:03:03 +08:00
neilpang
2e3ddd3a61
trim quotation marks
2019-06-03 20:55:22 +08:00
neilpang
aec6636205
add _getdeployconf
2019-06-02 19:36:11 +08:00
neilpang
a18c3ff07d
use sh -c
2019-06-02 15:21:08 +08:00
neilpang
64928b28bc
trim quotation marks
2019-06-02 11:11:34 +08:00
neilpang
0bbaa51945
fix format
2019-06-02 10:05:24 +08:00
neilpang
561803c0a7
add deploy hook to docker containers
2019-06-01 22:30:25 +08:00