Correct order of operations for the cron job for valid renewal #6229
-
I'm running acme.sh in a docker container. Everything works, but I desire more knowledge as to how the My services:
acme-sh:
image: neilpang/acme.sh:latest
container_name: acme-sh
command: daemon
env_file:
- .env
volumes:
- /srv/acme-sh/data:/acme.sh
- /srv/acme-sh/certs:/srv/certs
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped My
I want to check the order of operations for the commands I entered to ensure everything runs correctly. With the container running, I issue the following commands:
Everything here completes correctly:
I am assuming that when the next renewal occurs, the cron job will run the
I am hoping that entering the commands again with the explicit I'd like to be able to determine what the acme.sh cron job settings are. When I check the docker container I can see the task to run the
But where would I find what command will be triggered by this? The
Is it something to do with the domain configuration file:
I can't quite see what the cron job itself does, and I've searched extensively. Any help is appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
yes, it's in the domain conf file. |
Beta Was this translation helpful? Give feedback.
yes, it's in the domain conf file.
Le_ReloadCmd
andLe_RenewHook