Where to find the validator_dummy.properties? #15
Unanswered
gregor-rieble
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The documentation seems a bit outdated here. With the new validator.properties file a certificate validator named CRLValidator (id 15) and one called OCSPValidator (id 16) are setup. This means for your XMLValidator you need to chose one of them and set VALIDATIONSERVICEWORKER to the name of that one. To be honest I think the validation feature is rarely used. Especially this one which is rather complicated to configure. You might have better luck configuring an XAdESSigner and XAdESValidator. That validator should be more easy to setup with only two configuration parameters to set:
Cheers, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get familiar with sign server and now I'm having trouble to configure a working XML validator. I tried to follow the documentation, but the documentation talks about a
validator_dummy.properties
file:QuickStartDemoSetupusingAdministrationCLI-SetupaSampleXMLvalidator
However, this file does not exists. There is only a
validator.properties
, but it seems to not be the correct one, because it does define 2 workers (OSCP/CRL) and does not define a worker namedCertValidationWorker
as it is stated in the documentation.Can you please push me into the right direction on how to get a XML validator working with the dummy setup?
Beta Was this translation helpful? Give feedback.
All reactions