PKI CA Approve Certificate Request REST API - dogtagpki/pki GitHub Wiki

Request

  • Path: /ca/rest/agent/certrequests/{id}/approve

  • Method: POST

  • Authentication: client certificate

  • Query Parameters:

    • id: dec/hex request ID

Examples

JSON
$ curl \
    -k \
    -s \
    --user caadmin:Secret.123 \
    -X POST \
    -d @CertReviewResponse.json \
    -H "Content-Type: application/json" \
    -H "Accept: application/json" \
    https://localhost.localdomain:8443/ca/rest/agent/certrequests/20/approve
⚠️ **GitHub.com Fallback** ⚠️