Certificate Authorities
Sign intermediate certificate
Create intermediate CA certificate from parent CA
POST
/
api
/
v1
/
pki
/
ca
/
{caId}
/
sign-intermediate
Path Parameters
caId
string
requiredThe ID of the CA to sign the intermediate certificate with.
Body
application/json
csr
string
requiredThe pem-encoded CSR to sign with the CA.
notAfter
string
requiredThe date and time when the intermediate CA expires in YYYY-MM-DDTHH:mm:ss.sssZ format.
notBefore
string
The date and time when the intermediate CA becomes valid in YYYY-MM-DDTHH:mm:ss.sssZ format.
maxPathLength
number
default: -1The 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.
Response
200 - application/json
certificate
string
requiredThe signed intermediate certificate.
certificateChain
string
requiredThe certificate chain of the intermediate certificate.
issuingCaCertificate
string
requiredThe certificate of the issuing CA.
serialNumber
string
requiredThe serial number of the intermediate certificate.
Was this page helpful?