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

Dockerfile an supporting scripts to build and run OpenXPKI using Docker

Results 10 openxpki-docker issues
Sort by recently updated
recently updated
newest added

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

- Update the base image to Debian Bookworm. - Use the modern apt key mechanism. - Delete the apt list files to reduce image size.

Added default-jre for jks export

added default-jre for the JKS support

updated container name in Troubleshooting and Testdrive

Dears, thanks for openxpi and the docker setup. I have tried to spin it up on Fedora Kinoite that comes with rootless podman and SELinux. In such situation, the boot...

Re-set ports configuration on web-nginx to stop clashing with web-apache

* merge consecutive RUN statements, if the belong to the same feature * clear apt cache after each setup step * use inline --chmod for COPY steps This reduces the...