Jens Berthold
Jens Berthold
After closing the last window via File - Exit there are still processes running: ``` /opt/Polar Bookshelf/polar-bookshelf /opt/Polar Bookshelf/polar-bookshelf --type=zygote --no-sandbox /opt/Polar Bookshelf/polar-bookshelf --type=gpu-process --disable-features=AsyncWheelEvents,GuestViewCrossProcessFrames,SurfaceSynchronization --no-sandbox --gpu-preferences=KA..AA --service-request-channel-token=73..2A ``` Version:...
The current design includes storing the private key encrypted on the server. Some users with very strong security requirements might prefer to e.g. have a hardware token as the only...
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.
If a workflow is removed from the config but there are existing workflow history entries, the workflow search shows _Unknown error_. The cause is an exception in API command `get_workflow_info`...
`OpenXPKI::Server::Workflow::NICE::Local->issueCRL()` tries to read `crl_validity` which obviously once was a field defined in the XML version of the *crl_issuance* workflow. In the YAML workflow it does not exist anymore. So...
Currently there are two different approaches in use throughout the code: ``` CTX('API')->get_pki_realm CTX('session')->data->pki_realm ``` We should decide for one. I vote for the second as I would expect data...
It is possible to import a certificate that is not yet valid, e.g. `openxpkiadm certificate import --file /path/to/cert --realm ca-one` but it is not possible to also add an alias:...
These two method have nearly identical code: * `OpenXPKI::Server::API::Workflow->__fetch_workflow()` * `OpenXPKI::Workflow::Handler->get_workflow()` I suggest to remove one of the two and adjust the calling code places accordingly.
Commit f0d47ed removed native Oracle MERGE support from `OpenXPKI::Server::Database::Driver::Oracle` because the query that was used did not work with CLOB fields and values >4000 characters: ```sql MERGE INTO test USING...