Applies To:
Zero Touch PKI
Summary:
Zero Touch PKI or ZTPKI has documentation to help you interface with your ZTPKI CA through an API
Here is detailed documentation with examples:
https://ztpki-staging.venafi.com/api/v2/swagger/
More Info:
Here is a sample from the documentation for requesting a certificate:
Generate CSR
Submit Request via POST /api/v2/csr, returning certRequestId
While CertRequest issuanceStatus == APPROVAL_REQUIRED | IN_PROCESS | PENDING
Get CertRequest Status via GET /api/v2/csr/{certRequestId}/status
If issuanceStatus == ISSUED
Download PEM certificate via GET /api/v2/certificates/{certificateId}
Comments