Skip to content

Conversation

@rxt30
Copy link

@rxt30 rxt30 commented Aug 24, 2022

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/.

Currently crls and ca certificates couldn't not be retrieved by clients without the
user interface, as the files were generated to /var/www/download on the
openxpki-server, and the webserver itself serves it's own
/var/www/download.
This commit mounts this directory into a volume (openxpkidownload) on
both containers, so that the CRLs and CA certificates, generated by
openxpki-server, can be served by the openxpki-client container.
@maxi322
Copy link

maxi322 commented Oct 27, 2023

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

@rriemann
Copy link

Please consider this for inclusion to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants