Add PublicTLSCAFile to docs
We should document the PublicTLSCAFile parameter since it adds the cacert section in the clouds.yaml file. Without this param, the cacert section is left empty. Resolves: rhbz#1999872 Change-Id: Icbebf1adbeb43705bf8a9b05abcce9580fbea4e6
This commit is contained in:
parent
794783c071
commit
952fb8eb70
@ -187,6 +187,15 @@ Certificate Details
|
||||
sudo cp overcloud-cacert.pem /etc/pki/ca-trust/source/anchors/
|
||||
sudo update-ca-trust extract
|
||||
|
||||
This certificate location needs to be added to the ``enabled-tls.yaml`` file
|
||||
with the parameter ``PublicTLSCAFile`` like so::
|
||||
|
||||
parameter_defaults:
|
||||
PublicTLSCAFile: '/etc/pki/ca-trust/source/anchors/overcloud-cacert.pem'
|
||||
|
||||
``PublicTLSCAFile`` ensures the CA Certificate will be added to the ``clouds.yaml``
|
||||
file for the ``cacert`` parameter.
|
||||
|
||||
Generate the leaf certificate request and key that will be used for the
|
||||
public VIP. To do this, we will create two files for the certificate
|
||||
request. First, we create the server.csr.cnf::
|
||||
|
Loading…
x
Reference in New Issue
Block a user