File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1+ .. _hashicorp-vault :
2+
13================================
24Hashicorp Vault for internal PKI
35================================
@@ -111,6 +113,9 @@ Certificates generation
111113Create the external TLS certificates (testing only)
112114---------------------------------------------------
113115
116+ This method should only be used for testing. For external certificates on production system,
117+ See `Installing External TLS Certificates <installing-external-tls-certificates >`__.
118+
114119Typically external API TLS certificates should be generated by a organisation's trusted internal or third-party CA.
115120For test and development purposes it is possible to use Vault as a CA for the external API.
116121
Original file line number Diff line number Diff line change @@ -35,8 +35,14 @@ On each controller:
3535 Some services may store data in a dedicated Docker volume, which can be removed
3636with ``docker volume rm ``.
3737
38- Installing TLS Certificates
39- ===========================
38+ .. _installing-external-tls-certificates :
39+
40+ Installing External TLS Certificates
41+ ====================================
42+
43+ This section explains the process of deploying external TLS.
44+ For internal and backend TLS, see `Hashicorp Vault for internal PKI
45+ <hashicorp-vault> `__.
4046
4147To configure TLS for the first time, we write the contents of a PEM
4248file to the ``secrets.yml `` file as ``secrets_kolla_external_tls_cert ``.
@@ -81,8 +87,8 @@ See `Kolla-Ansible TLS guide
8187<https://docs.openstack.org/kolla-ansible/latest/admin/tls.html> `__ for
8288further details.
8389
84- Updating TLS Certificates
85- -------------------------
90+ Updating External TLS Certificates
91+ ----------------------------------
8692
8793Check the expiry date on an installed TLS certificate from a host that can
8894reach the OpenStack APIs:
You can’t perform that action at this time.
0 commit comments