SimpleCertValidator

Valve for validating X.509 certificates.

Performs the following validations:

  • Certificate validity (not_before, not_after)

Validation statuses:

  • GOOD
  • EXPIRED
  • NOT_YET_VALID

The valve succeeds if the validation status is GOOD and fails if not.

Properties

Name Description Default value Mandatory Supports property expansion
certificateParameter Name of certificate property. certificate Yes No

Example Configuration

{
  "name": "SimpleCertValidator",
  "enabled": "true",
  "config": {
    "certificateParameter": "certificate"
  }
}