Skip to main content

HTTP Publisher Configuration

HTTP Publisher Configuration

The HTTP Publisher allows for publish of CRL or Certificate data as base64 encoded json body to any target url endpoint.

HTTP Publisher specific settings

Below are examples of the JSON bodies sent in requests when either a Certificate or CRL:

  • CRL
{
"crlData": "MIIBjzB5AgEBMA0GCSqGSIb3DQEBCwUA...[truncated example base64]...NgS2CZ7hBBQavp5B/gMFo1Ongw=="
}
  • Certificate
{
"certData": "MIINkTCCDHugAwIBAgIRAPOsuIR1hO6...[truncated example base64]...oVJop5xZfNbU/1Hxq9SOFIBWw8"
}