Create Signing Authority
selfsign: TCF manager will host a root CA and it will be self-signed. intermediate: TCF manager will host an intermediate CA and this CA's certificate will be signed by some external CA.
Request
URI
POST
https://{api_host}/hybridity/api//ztp/security/signingAuthorities
COPY
Request Body
signingAuthority
of type(s)
application/json
Required
{
"name": "string",
"type": "string",
"validForDays": 0,
"csrDetails": {
"country": "string",
"organization": "string",
"organizationUnit": "string",
"state": "string",
"keySize": 0,
"algorithm": "string",
"emailAddress": "string",
"locality": "string"
}
}
string
name
Required
name
integer
validForDays
Required
validForDays
Responses