BaileySN / Docker_Admidio

Admidio mit Docker erstellt
MIT License
4 stars 0 forks source link

add Feature Let's Encrypt SSL Certificate #4

Closed Brawn1 closed 7 years ago

Brawn1 commented 7 years ago

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 the apache.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

ximex commented 7 years ago

i think most will have a proxy in front of the docker container that manages the https. But if someone needs it ultra simple this would be nice

Brawn1 commented 7 years ago

Kamino closed and cloned this issue to BaileySN/Admidio/docker