![]() |
REST API
16
REST API for Luna Network HSMs
|
This resource will provide the list of all CAs available in the truststore.
None
List of all CAs available in the truststore.
JSON Schema: Certificate Authorities
Unexpected error
GET https://1.2.3.4:8443/api/lunasa/ntls/clientCA
{
"certificateAuthorities": [
{
"id": "rootca",
"url": "/api/lunasa/ntls/clientCA/rootca"
},
{
"id": "testca",
"url": "/api/lunasa/ntls/clientCA/testca"
}
]
}
GET /api/lunasa/ntls/clientCA/{CAid}
POST /api/lunasa/ntls/clientCA
DELETE /api/lunasa/ntls/clientCA/{CAid}