REST API v2 - dogtagpki/pki GitHub Wiki
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. |
Path | Method | Parameters | Return code | Mime | Input |
---|---|---|---|---|---|
|
|
None |
200 |
|
|
Example$ curl --cacert ./ca_signing.crt https://$HOSTNAME:8443/pki/v2/info { "Name" : "Dogtag Certificate System", "Version" : "11.6.0", "Attributes" : { "Attribute" : [ ] } } |
|||||
|
|
None |
200 |
|
|
Examplecurl --cacert ./ca_signing.crt https://$HOSTNAME:8443/pki/v2/apps [{"id":"ca","name":"Certificate Authority","path":"/ca"}] |