Skip to main content

Create certificates

POST 

/sse/config/v1/certificates

Create a certificate.

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 info you want to create

    algorithm object required
    oneOf
    rsa_number_of_bits numberrequired

    Possible values: [512, 1024, 2048, 3072, 4096]

    alternate_email string[]
    certificate_name stringrequired

    Possible values: non-empty

    common_name stringrequired

    Possible values: non-empty

    country_code string
    day_till_expiration number
    department string[]
    digest stringrequired

    Possible values: [sha1, sha256, sha384, sha512, md5]

    email string

    Possible values: <= 255 characters

    hostname string[]

    Possible values: non-empty and <= 64 characters, <= 4

    ip string[]

    Possible values: non-empty and <= 64 characters, <= 4

    is_block_privateKey boolean
    is_certificate_authority boolean
    locality string

    Possible values: <= 64 characters

    ocsp_responder_url string

    Possible values: <= 64 characters

    signed_by string

    Possible values: <= 64 characters

    state string

    Possible values: <= 32 characters

Responses

Created

Loading...