Skip to main content

Create SCEP profiles

POST 

/sse/config/v1/scep-profiles

Create an SCEP profile.

Request

Query Parameters

    type stringrequired

    Possible values: [cloud, container]

    The type of the schema node

Body

The SCEP profile you want to create

    algorithm object
    rsa object
    rsa_nbits string
    ca_identity_name stringrequired
    certificate_attributes object
    oneOf
    rfc822name string
    digest stringrequired
    fingerprint string
    name stringrequired

    Possible values: <= 31 characters

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

    scep_ca_cert string
    scep_challenge object
    oneOf
    none string

    Possible values: [``]

    scep_client_cert string
    scep_url stringrequired
    subject string
    use_as_digital_signature boolean
    use_for_key_encipherment boolean

Responses

Created

Loading...