openxpki
openxpki copied to clipboard
OpenXPKI Code
When you create a new certificate request for an existing certificate this comes as a PKCS10 wrapped inside a PKCS7 container signed with the old certificate. As the file has...
When opening a certificate popup and then clicking "Show related workflows" the new page is opened in an OpenXPKI tab instead of at top level.
## Current Configuration ``` /var/log/openxpki/catchall.log /var/log/openxpki/openxpki.log /var/log/openxpki/connector.log /var/log/openxpki/workflows.log /var/log/openxpki/stderr.log { daily missingok compress delaycompress rotate 5 su openxpki root notifempty dateext } /var/log/openxpki/rpc.log /var/log/openxpki/scep.log /var/log/openxpki/soap.log /var/log/openxpki/webui.log /var/log/openxpki/est.log { daily missingok...
Precondition: CA passphrase protected by single passphrase (method: plain). On the GUI try to unlock the secret group. Unlocking always fails with the later commits. The same configuration worked fine...
Since 1.49 of Workflow, issue jonasbn/perl-workflow#9 has been fixed, eliminating the need for: https://github.com/openxpki/openxpki/blob/0ef14d3d714a3f9d4f902ab8b5551e2b20a91eb0/core/server/OpenXPKI/Server/Workflow.pm#L173-L180
The workflow factory allows to have different values for a fields name and the context item it refers to. The RPC input/output spec currently works on the context names which...
It is sometimes expected that a key is present in the repsonse but has an undef value and vice-versa. Related to #722
Swagger defines a data type boolean which is a "real" value of true / false in JSON while we usually have "perlish" true/false in the workflows and other components which...
Hi, I'm trying to create a docker container for running openxpki using the debian package. Since I have to run the apache and openxpki in the same container I would...