Overview#

Note: This page is being moved to dogtagpki/resteasy.

REST is a way to expose Web services as simple HTTP resources such as certificates, users, and groups. With REST any HTTP client will be able to manage the resources using regular HTTP operations such as GET, POST, PUT, DELETE. PKI uses RESTEasy framework to implement the REST services. The REST services for PKI are defined in this page.

Configuration#

See RESTEasy Configuration.

Data Model#

See RESTEasy Data Model.

Resource#

See RESTEasy Resource.

Client#

See RESTEasy Client.