openxpki-docker icon indicating copy to clipboard operation
openxpki-docker copied to clipboard

Added openxpkidownload volume to openxpki-client and openxpki-server

Open rxt30 opened this issue 3 years ago • 2 comments

Currently CRLs and CA-certificates could not be retrieved by clients without the user interface, as the files were generated to /var/www/download on the openxpki-server container, and the webserver in the openxpki-client container serves it's own /var/www/download, without the generated files in it.

This pull request mounts /var/www/download/ into a volume (openxpkidownload) in both containers, so that they have the same content in /var/www/download/.

rxt30 avatar Aug 24 '22 19:08 rxt30

I had the same problem and implemented the same solution into my docker compose environment some time ago. This should definitely be added.

maxi322 avatar Oct 27 '23 13:10 maxi322

Please consider this for inclusion to master

rriemann avatar Oct 19 '24 09:10 rriemann