REST API v2 - dogtagpki/pki GitHub Wiki

Overview

This page describes the REST API v2 endpoints.

Warning
This feature is still under development. The API might still change. Do not use it in production.

General endpoints

Path Method Parameters Return code Mime Input

/pki/v2/info

GET

None

200

application/json

Example
$ curl --cacert ./ca_signing.crt  https://$HOSTNAME:8443/pki/v2/info
{
  "Name" : "Dogtag Certificate System",
  "Version" : "11.6.0",
  "Attributes" : {
    "Attribute" : [ ]
  }
}

/pki/v2/apps

GET

None

200

application/json

Example
curl --cacert ./ca_signing.crt   https://$HOSTNAME:8443/pki/v2/apps
[{"id":"ca","name":"Certificate Authority","path":"/ca"}]

Common endpoints

CA endpoints

KRA endpoints

TPS endpoints

See Also

⚠️ **GitHub.com Fallback** ⚠️