Code Block |
---|
language | text |
---|
title | Sample configuration |
---|
|
{
"debbie": {
"cacheDir": "cache/",
"policyDir": "policies/",
"urlMaxRedirects": 1,
"crlConnectionTimeout": 2000,
"crlReadTimeout": 5000,
"ocspConnectionTimeout": 2000,
"ocspReadTimeout": 5000
}
} |
According to this configuration, the validation service is available at "http://localhost:8080". The policy configuration files can be found in "config/policies/".
Debbie Policy ConfigurationDebbie Objects
debbie object defines the properties necessary to run the validation service.
Field | Required | Description | Default |
---|
cacheDir | yes | Path where offline CRL files are stored when a download script is used. | cache/ |
policyDir | yes | Path where the validation policies are stored. | policies/ |
urlMaxRedirects | yes | Number of URL redirects supported to access CRL distribution points and OCSP responders. | 1 |
crlConnectionTimeout | yes | CRL distribution point connection timeout. (msec) | 2000 |
crlReadTimeout | yes | CRL distribution point read timeout. (msec) | 5000 |
ocspConnectionTimeout | yes | OCSP responder connection timeout. (msec) | 2000 |
ocspReadTimeout | yes | OCSP responder read timeout. (msec) | 5000 |
Note |
---|
|
All policy configuration field values are case sensitive is text Following CRL validation related fields the related fields certiticateFor developers, go to the Alison Desktop documentation.Alison SDK js
Alison SDK allows developer to integrate Alison Desktop in its pages in a easier way. Go to the Alison SDK documentation.
Alison Desktop
You can obtain current version of Alison Desktop from ACME Alison Wizard site.