Skip to main content

Import a certificate

POST 

/certificates:import

Import a certificate.

Request

Body

Created

    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    name stringrequired

    Possible values: non-empty

    The name of the certificate

    certificate_file stringrequired

    The Base64 encoded content of the certificate public key

    format required

    Possible values: [pem, pkcs12, der]

    Default value: pem

    Certificate format

    key_file string

    The Base64 encoded content of the certificate private key

    passphrase password

    Passphrase to protect the certificate private key

Responses

Created

Loading...