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)

{
    "name": "certificate1.crt"
}

Back to X2-SERIES API Home