How it works:
By Docker run we must give in the first time the URL.
So i can now check in entrypoint.sh if HTTP or HTTPS is used and update the apache.conf file.
For Lets Encrypt task:
with cron job start certbot (deliverd with Docker_admidio) 3 times in month, and regenerate certificates.
Hmm, i think that's a cool function ?!
How it works: By Docker run we must give in the first time the URL. So i can now check in
entrypoint.sh
if HTTP or HTTPS is used and update theapache.conf
file. For Lets Encrypt task: with cron job start certbot (deliverd with Docker_admidio) 3 times in month, and regenerate certificates.is that a good idea ?
comments are welcome