7430f1179c
Reorganize as per the documentation session at PTG: https://etherpad.openstack.org/p/queens-ptg-keystone-doc-cleanup Change-Id: I86849a4e7efbe9117c24636699987a6b475d777b
64 lines
1.0 KiB
ReStructuredText
64 lines
1.0 KiB
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.
|
|
|
|
Response
|
|
--------
|
|
|
|
Status Codes
|
|
~~~~~~~~~~~~
|
|
|
|
.. rest_status_code:: success ../v3/status.yaml
|
|
|
|
- 200
|
|
|
|
.. rest_status_code:: error ../v3/status.yaml
|
|
|
|
- 401
|
|
- 500
|
|
|
|
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.
|
|
|
|
Response
|
|
--------
|
|
|
|
Status Codes
|
|
~~~~~~~~~~~~
|
|
|
|
.. rest_status_code:: success ../v3/status.yaml
|
|
|
|
- 200
|
|
|
|
.. rest_status_code:: error ../v3/status.yaml
|
|
|
|
- 401
|
|
- 500
|
|
|
|
Example
|
|
~~~~~~~
|
|
|
|
.. literalinclude:: ./samples/OS-SIMPLE-CERT/show-signing-certificate-response.txt
|
|
:language: text |