[Docs - UC restore] Add missing command when refreshing certificates

We were missing to refresh overcloud-cacert.pem

Change-Id: I38f78c6f794a891cf3a17ddf75eab32d8e773f81
This commit is contained in:
Carlos Camacho 2018-05-29 20:25:19 +02:00
parent 33d97df0c1
commit 698ef7cbb4

View File

@ -75,6 +75,7 @@ If the user is using SSL, you need to refresh the CA certificate:
sudo semanage fcontext -a -t etc_t "/etc/pki/instack-certs(/.*)?"
sudo restorecon -R /etc/pki/instack-certs
sudo cp /home/stack/cacert.pem /etc/pki/ca-trust/source/anchors/
sudo cp /home/stack/overcloud-cacert.pem /etc/pki/ca-trust/source/anchors/
sudo update-ca-trust extract
Install the required packages with: