barbican/doc/source/setup/certificate.rst
Amy Marrich 07d1a50de3 Change naming convention for Barbican config files
barbican-api.conf files renamed to barbican.conf
Updated references in code from barbican-api.conf to barbican.conf
Updated references in docs from barbican-api.conf to barbican.conf

Change-Id: I89c4c7fdf7fee2dd73e40bdba6052dcd5213d932
Closes-bug: #1459682
2015-06-09 11:04:56 -05:00

20 lines
579 B
ReStructuredText

Setting up Certificate Plugins
==============================
Using the SnakeOil CA plugin
----------------------------
To evaluate Barbican certificate management, you can enable the snakeoil_ca
certificate plugin. This is not suitable for production environment, but it can
be useful as a development tool.
To do so, you simply need to set ``enabled_certificate_plugins`` in
``barbican.conf``.
.. code-block:: text
enabled_certificate_plugins = snakeoil_ca
And then restart your Barbican server. It will automatically generate an
in-memory CA to create certificates.