gregtwallace / certwarden

Cert Warden is a centralized ACME Client. It provides an API for certificate consumers to fetch their individual keys and certs with API keys.
https://www.certwarden.com/
Other
209 stars 7 forks source link

Fix acme.sh install into Docker container #19

Closed AndreasTheDead closed 1 year ago

AndreasTheDead commented 1 year ago

Currently the Build process for the Docker Container doesn’t copy the Scripts folder into the finished docker image. Because of this the acme.sh folder doesn’t get copied which breaks the extension.

This addition to the dockerfile adds the scripts folder to the /app directory in the docker container so that the provided acme.sh configuration in the config.yaml can work and the user doesn't need to install the scripts inkl. acme.sh by hand.

gregtwallace commented 1 year ago

I'll file this under embarassing. I tested in Docker Desktop before the last update but apparently I somehow still managed to overlook this.