2e70ecd8ce
Document certificates and OS-SIMPLE-CERT routes. Change-Id: I528c3eb27a5226a4da17a3c3aa2ca3ccc65a5a39 Closes-Bug: #1626779
43 lines
856 B
ReStructuredText
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
|