Skip to main content

Create certificates

Create a certificate.

Query Parameters
  • folder string required

    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.

Request Body

The certificate info you want to create

  • algorithm object required
  • oneOf

  • rsa_number_of_bits number required

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

  • alternate_email string[]
  • certificate_name string required

    Possible values: non-empty

  • common_name string required

    Possible values: non-empty

  • country_code string
  • day_till_expiration number
  • department string[]
  • digest string required

    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...