CA Certificate

Endpoints for getting and setting certificate information

Json structures

Import CA cert json structure

[
    {
        "timestamp": 4872857948,
        "name": "certificate1.crt"
    },
    {
        "timestamp": 48728554398,
        "name": "certificate2.crt"
    }
]

Delete CA cert(s)

Delete a specific certificate by name:

{
    "name": "certificate1.crt"
}

Delete all certificates:

{
    "name": ""
}

Back to X2-SERIES API Home