processone / docker-ejabberd

Set of ejabberd Docker images
95 stars 77 forks source link

`cacert.pem` download from the Web #23

Closed paulmenzel closed 5 years ago

paulmenzel commented 5 years ago

Looking at ecs/Dockerfile (and building the image), cacert.pem is downloaded from the Web.

ADD --chown=ejabberd:ejabberd https://download.process-one.net/cacert.pem conf/cacert.pem

Is that a good practice? Doesn’t the Alpine repository contain such a list of certificates?

cromain commented 5 years ago

we need that certificate in ejabberd's conf directory so it's available as a mountable volume and you can update it later everytime it's needed by yourself. we download it from our own website.

cromain commented 5 years ago

I suggest to close this, we don plan to change the way we include cacert.pem for ejabberd.