Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added openxpkidownload volume to openxpki-client and openxpki-server #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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