Create Company Certificate
Create a company trusted or untrusted certificate
Create a company trusted or untrusted certificate. Different from V1 in that we reject expired certificates.
post
Header parameters
sessionTokenstringRequired
Session authentication token.
Body
pemstringOptionalExample:
An X509 certificate in PEM format
-----BEGIN CERTIFICATE-----MIIH/TC...p9DBiB/-----END CERTIFICATE-----Responses
200
Success
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
post
/v2/companycert/create
📘 Note
🚧 Roles and privileges
Last updated
Was this helpful?