140a8182e2
Begins the deprecation process for Barbican CAs API, and Barbican Certificate Orders Resource. This is done through logging deprecation schedule on API, as well as adding a warning to the documentation. Change-Id: Idbe6307fa45527aa225e61b3b1ac9ca86e7660c5
703 B
703 B
Setting up Certificate Plugins
Warning
DEPRECATION WARNING: The Certificates Plugin has been deprecated and will be removed in the P release.
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
.
enabled_certificate_plugins = snakeoil_ca
And then restart your Barbican server. It will automatically generate an in-memory CA to create certificates.