diff --git a/deploy-guide/source/features/undercloud_minion.rst b/deploy-guide/source/features/undercloud_minion.rst index 1b62d6b2..120530d5 100644 --- a/deploy-guide/source/features/undercloud_minion.rst +++ b/deploy-guide/source/features/undercloud_minion.rst @@ -71,6 +71,18 @@ Installation Steps scp tripleo-undercloud-outputs.yaml tripleo-undercloud-passwords.yaml @: +#. (Optional) Copy Undercloud CA certificate if SSL is enabled. + + On the undercloud:: + + scp /etc/pki/ca-trust/source/anchors/cm-local-ca.pem @: + + On the minion:: + + sudo update-ca-trust enable + sudo cp cm-local-ca.pem /etc/pki/ca-trust/source/anchors/undercloud-ca.pem + sudo update-ca-trust extract + #. Prepare the configuration file:: cp /usr/share/python-tripleoclient/minion.conf.sample ~/minion.conf