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

Keeps a sample configuration for OpenXPKI. You can clone from this repo to manage your own configuration while keeping track of the upstream changes.

Results 4 openxpki-config issues
Sort by recently updated
recently updated
newest added

add simple script thar generate realm directory base on openxpki documentation

Some clients (SCEP / RPC) do not set cert CN. In that case, fallback to the first DNS SAN instead.

Added a little explanation about how to use the file and replaced > with | to preserve newlines instead of turning them into spaces.

This PR fixes an issue where pending scep requests (PENDING workflow state) will not get picked up again because the workflow can't be found using the transaction_id in datapool.namespace. The...