Skip to main content

Get Certificate Authority Configuration (v2.0)

GET 

/sdwan/v2.0/api/externalcaconfigs

Retrieve an existing certificate authority configuration using tenant ID.

Responses

Successful Operation

Schema
    ca_sign_timeout int32required

    The certificate authority signature time out range.

    id string

    The ID.

    manual_renew_trigger_threshold int32required

    The threshold for manual trigger when renewing the certificate authority.

    renewal_window_from_expiry int32required

    The renewal time range from expiry.

    scep_config ScepConfig

    The configuration details.

    challenge_uri string

    The challenge URI.

    enrollment_uri string

    The enrollment URI.

    https boolean

    The HTTPS value; True or False.

    num_challenge_passwords integer

    The numbers challenge password.

    server_certificate string

    The server certificate.

    server_password string

    The server password.

    server_primary_address string

    The server primary address.

    server_username string

    The server user name.

    type stringrequired

    Possible values: [LOCAL, SCEP]

    The certificate authority configuration type.

Loading...