leofuturer / eDrops3

The 3rd generation of the eDrops web application.
MIT License
0 stars 0 forks source link

Addresses #97 implementing DNS challenge for SSL #99

Closed Kenny477 closed 1 year ago

Kenny477 commented 1 year ago

Custom Caddy docker image that adds the GoDaddy DNS Caddy module. See https://github.com/caddy-dns/godaddy Now our server can complete the SSL challenge with DNS, which should be much easier.

Kenny477 commented 1 year ago

@leofuturer Can you check this out? Not really any changes other the Docker container image for the Caddy server to add SSL over DNS instead. I'll add some documentation later about this custom Docker container but it's basically the same as the original except with an extra plugin.

leofuturer commented 1 year ago

This implementation is only relevant to the production environment, right? For dev testing, is there any change for the testing workflow? e.g., set up docker container

Kenny477 commented 1 year ago

This implementation is only relevant to the production environment, right? For dev testing, is there any change for the testing workflow? e.g., set up docker container

Yeah. Only for production deployment.