Skip to main content

Create certificate profiles

POST 

/sse/config/v1/certificate-profiles

Create a certificate profile.

Request

Query Parameters

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

Body

The certificate profile you want to create

    block_expired_cert boolean
    block_timeout_cert boolean
    block_unauthenticated_cert boolean
    block_unknown_cert boolean
    ca_certificates object[]required
  • Array [
  • default_ocsp_url string
    name string
    ocsp_verify_cert string
    template_name string
  • ]
  • cert_status_timeout string
    crl_receive_timeout string
    domain string
    name stringrequired

    Possible values: <= 63 characters

    Alphanumeric string [ 0-9a-zA-Z._-]

    ocsp_receive_timeout string
    use_crl boolean
    use_ocsp boolean
    username_field object
    subject string

    Possible values: [common-name]

    subject_alt string

    Possible values: [email]

Responses

Created

Loading...