Skip to main content

Get an OCSP responder

GET 

/ocsp-responders/:id

Get an existing OCSP responder

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    id stringrequired

    The UUID of the OCSP responder profile

    name stringrequired

    Possible values: <= 63 characters, Value must match regular expression ^[a-zA-Z0-9._-]+$

    The name of the OCSP responder profile

    host_name stringrequired

    Possible values: non-empty and <= 255 characters

    The hostname or IP address of the OCSP server

Loading...