docs/documentation/platform/pki/ca/digicert-direct.mdx
Infisical can issue OV and EV TLS certificates directly from DigiCert CertCentral using the CertCentral Services API.
- **App Connection** — the DigiCert connection you created
- **Organization** — the CertCentral organization that should appear on issued certificates
- **Product** — the CertCentral entitlement this CA will issue under

</Step>
</Steps>
```bash Create a DigiCert CA
curl --request POST \
--url https://app.infisical.com/api/v1/pki/ca/digicert \
--header 'Content-Type: application/json' \
--data '{
"projectId": "<project-id>",
"name": "digicert-ov",
"status": "active",
"configuration": {
"appConnectionId": "<digicert-app-connection-id>",
"organizationId": 112236,
"productNameId": "ssl_plus"
}
}'
```
After creating the CA and a Certificate Profile, request a certificate as you normally would. The request will move through the following states: