Skip to main content

Create TLS service profiles

Create a TLS service profile.

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 tls service profile you want to create

  • certificate string required

    Possible values: <= 255 characters

    SSL certificate file name

  • name string required

    Possible values: <= 127 characters, Value must match regular expression ^[a-zA-Z0-9._-]+$

    Profile name

  • protocol_settings object required
  • auth_algo_sha1 boolean

    Allow authentication SHA1

  • auth_algo_sha256 boolean

    Allow authentication SHA256

  • auth_algo_sha384 boolean

    Allow authentication SHA384

  • enc_algo_3des boolean

    Allow algorithm 3DES

  • enc_algo_aes_128_cbc boolean

    Allow algorithm AES-128-CBC

  • enc_algo_aes_128_gcm boolean

    Allow algorithm AES-128-GCM

  • enc_algo_aes_256_cbc boolean

    Allow algorithm AES-256-CBC

  • enc_algo_aes_256_gcm boolean

    Allow algorithm AES-256-GCM

  • enc_algo_rc4 boolean

    Allow algorithm RC4

  • keyxchg_algo_dhe boolean

    Allow algorithm DHE

  • keyxchg_algo_ecdhe boolean

    Allow algorithm ECDHE

  • keyxchg_algo_rsa boolean

    Allow algorithm RSA

  • max_version string

    Possible values: [tls1-0, tls1-1, tls1-2, tls1-3, max]

    Default value: max

  • min_version string

    Possible values: [tls1-0, tls1-1, tls1-2]

    Default value: tls1-0

Responses

Created

Loading...