GetCA

POST /order/getca

This method is used to get intermediate CA certificates. An intermediate certificate is the certificate, or certificates, that go between your site (server) certificate and a root certificate. It completes the chain to a root certificate trusted by the browser.


Request Body application/json

Schema  
array[object]  
  OrderReference integer A valid integer order reference provided by Trustico® when you have placed an order. Required


Responses application/json

200 Schema  
  array[object]  
    SuccessCode integer 1 (Ok) - 0 (Error) Required
    ErrorMsg array One or more error strings (Returned only when SuccessCode is 0). optional
    IntermediateCAs string It returns intermediate CA certificates. optional