Skip to main content

Import a certificate

POST 

/sse/config/v1/certificates:import

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

    certificate_file stringrequired

    base64 encoded content of the certificate file

    format stringrequired

    Possible values: [pem, pkcs12, der]

    Default value: pem

    key_file string

    base64 encoded content of the key file

    name stringrequired

    Possible values: non-empty

    name of the certificate

    passphrase string

    required when key_file is presented

Responses

Created

Loading...