keystone/api-ref/source/v3-ext/simple-cert.inc
Samuel Pilla 2e70ecd8ce Document OS-SIMPLE-CERT Routes
Document certificates and OS-SIMPLE-CERT routes.

Change-Id: I528c3eb27a5226a4da17a3c3aa2ca3ccc65a5a39
Closes-Bug: #1626779
2016-11-01 08:26:00 -04:00

43 lines
856 B
ReStructuredText

.. -*- rst -*-
====================
OS-SIMPLE-CERT API
====================
Allows the retrieval of information for Certificate Authorities and certificates.
Requires v3.0+ of the Identity API.
Show CA Certificate
===================
.. rest_method:: GET /v3/OS-SIMPLE-CERT/ca
Show the availbable CA certificate.
Normal response codes: 200
Error response codes: 401, 500
Response Example
----------------
.. literalinclude:: ./samples/OS-SIMPLE-CERT/show-ca-certificate-response.txt
:language: text
Show Signing Certificate
========================
.. rest_method:: GET /v3/OS-SIMPLE-CERT/certificates
Show the available signing certificate.
Normal response codes: 200
Error response codes: 401, 500
Response Example
----------------
.. literalinclude:: ./samples/OS-SIMPLE-CERT/show-signing-certificate-response.txt
:language: text