Certificate Authorities
Sign intermediate certificate
Create intermediate CA certificate from parent CA
POST
Path Parameters
The ID of the CA to sign the intermediate certificate with
Body
application/json
The CSR to sign with the CA
The date and time when the intermediate CA expires in YYYY-MM-DDTHH:mm:ss.sssZ format
The date and time when the intermediate CA becomes valid in YYYY-MM-DDTHH:mm:ss.sssZ format
The maximum number of intermediate CAs that may follow this CA in the certificate / CA chain. A maxPathLength of -1 implies no path limit on the chain.
Required range:
x > -1
Response
200 - application/json
Default Response
The signed intermediate certificate
The certificate chain of the intermediate certificate
The certificate of the issuing CA
The serial number of the intermediate certificate
Was this page helpful?