Fix config file name to barbican.conf

Barbican config file is renamed to barbican.conf from barbican-api.conf.
So this patch fixes it in quickstart document.

Change-Id: I2d410cfac6524225dda1cf965bab9cbe863b6bf4
This commit is contained in:
OTSUKA, Yuanying 2015-07-03 15:34:08 +09:00
parent 08912aa6dc
commit 002f063c14
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ What CAs are Available?
Barbican communicates with public and private CAs through CA plugins that are
configured to communicate with one or more CAs. CA plugins are configured and
enabled in **barbican-api.conf**.
enabled in **barbican.conf**.
To see the list of CA's that are currently configured, you can query the cas
resource:

View File

@ -165,7 +165,7 @@ created with trusted agent credentials.
-out $BARBICAN_CONF_DIR/kra_admin_cert.pem -nodes
chown $USER $BARBICAN_CONF_DIR/kra_admin_cert.pem
The Barbican config file (/etc/barbican/barbican-api.conf) needs to be modified.
The Barbican config file (/etc/barbican/barbican.conf) needs to be modified.
The modifications below set the Dogtag plugins as the only enabled secret store and
certificate plugins. Be sure to restart Barbican once these changes are made.