Skip to main content

List certificate profiles

GET 

/certificate-profiles

Retrieve a list of certificate profiles.

Request

Query Parameters

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

Responses

OK

Schema
    data object[]
  • Array [
  • id stringrequired

    The UUID of the certificate profile

    name stringrequired

    Possible values: <= 63 characters

    The name of the certificate profile

    username_field object

    Certificate username field

    subject

    Possible values: [common-name]

    Common name

    subject_alt

    Possible values: [email]

    Email address

    domain string

    User domain

    ca_certificates object[]required

    An ordered list of CA certificates

  • Array [
  • name stringrequired

    CA certificate name

    default_ocsp_url string

    Default OCSP URL

    ocsp_verify_cert string

    OCSP verify certificate

    template_name string

    Template name/OID

  • ]
  • crl_receive_timeout integer

    Possible values: >= 1 and <= 60

    Default value: 5

    CRL receive timeout (seconds)

    ocsp_receive_timeout integer

    Possible values: >= 1 and <= 60

    Default value: 5

    OCSP receive timeout (seconds)

    cert_status_timeout integer

    Possible values: >= 1 and <= 60

    Default value: 5

    Certificate status timeout

    use_crl boolean

    Use CRL?

    use_ocsp boolean

    Use OCSP?

    block_unknown_cert boolean

    Block session if certificate status is unknown?

    block_timeout_cert boolean

    Block session if certificate status cannot be retrieved within timeout?

    block_unauthenticated_cert boolean

    Block session if the certificate was not issued to the authenticating device?

    block_expired_cert boolean

    Block sessions with expired certificates?

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...