barbican/doc/source/index.rst
shangxiaobj b833108d5d Replace http with https for doc links
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: I3564d1e10aeea40b74ef52bf29b3a39c5d9b0bc2
2017-08-27 20:14:36 -07:00

38 lines
869 B
ReStructuredText

Welcome to Barbican's developer documentation!
==============================================
Barbican is the OpenStack Key Manager service. It provides secure storage,
provisioning and management of secret data. This includes keying material
such as Symmetric Keys, Asymmetric Keys, Certificates and raw binary data.
.. toctree::
:maxdepth: 2
admin/index
install/index
configuration/index
contributor/index
API Reference
=============
If you're trying to learn how to use barbican, you can start by reading about
`Secrets in the Barbican API Guide <https://developer.openstack.org/api-guide/key-manager/secrets.html>`__.
Once you're comfortable working with secrets you can dig into the rest of the
API.
.. toctree::
:maxdepth: 1
api/index.rst
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`