Get Certificate Authority Configuration (v2.0)
GET/sdwan/v2.0/api/externalcaconfigs/:id
Get an existing certificate authority configuration using tenant ID.
Request
Path Parameters
id stringrequired
The certificate authority configuration ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
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.
{
"ca_sign_timeout": 0,
"id": "string",
"manual_renew_trigger_threshold": 0,
"renewal_window_from_expiry": 0,
"scep_config": {
"challenge_uri": "string",
"enrollment_uri": "string",
"https": true,
"num_challenge_passwords": 0,
"server_certificate": "string",
"server_password": "string",
"server_primary_address": "string",
"server_username": "string"
},
"type": "LOCAL"
}
Loading...