neutron-lbaas-dashboard/neutron_lbaas_dashboard/static/dashboard/project/lbaasv2/workflow/certificates/certificates.help.html
Justin Pomeroy 7cb00ce083 Update load balancer wizard help
This updates the help information displayed in the help panels of the
load balancer wizard.

Closes-Bug: #1563413
Change-Id: I5f0d939ca27cf0f47825b4ae6d518172181da83b
2016-05-10 03:21:33 +00:00

21 lines
778 B
HTML

<p translate>
If the listener uses the TERMINATED_HTTPS protocol, then one or more SSL certificates must
be selected. The first certificate will be the default.
</p>
<p translate>
Use the key-manager service to create any certificate containers before creating the listener.
The following documentation provides information on how to create a certificate container:
<ul>
<li>
<a target="_blank" href="http://developer.openstack.org/api-guide/key-manager/containers.html#certificate-containers">
Key Manager API Guide: Creating a Certificate Container
</a>
</li>
<li>
<a target="_blank" href="http://docs.openstack.org/cli-reference/barbican.html">
Key Manager Service Command-Line Client
</a>
</li>
</ul>
</p>