Pki
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Successful response
application/json
string[]Optional
Chain certificate response containing certificate files
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
get/pki/chain-certificate
GET /rest/pki/chain-certificate HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
"text"
]Last updated