Skip to main content

Import a certificate

Import 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 you want to import

    certificate_file string required

    base64 encoded content of the certificate file

    format string required

    Possible values: [pem, pkcs12, der]

    Default value: pem

    key_file string

    base64 encoded content of the key file

    name string required

    Possible values: non-empty

    name of the certificate

    passphrase string

    required when key_file is presented

Responses

Created

Loading...