katij-uipath / v23.10_Automation_Suite_Upgrade

0 stars 0 forks source link

Add the CA Certs to the trust store on all source cluster nodes #77

Open katij-uipath opened 9 months ago

katij-uipath commented 9 months ago

You are responsible for making sure the generated certificates are trusted. You will need to add any temp CA certs and permanent CA cert to the trust store.

To add the CA certificates to the host VM trust store, run the following commands:

  1. Copy the certificate file to the /usr/share/pki/ca-trust-source/anchors/ or the /etc/pki/ca-trust/source/anchors/ directory:

cp /opt/UiPathAutomationSuite/certs/<cert_directory>/<ca_cert> /usr/share/pki/ca-trust-source/anchors/

  1. Update the trust store configuration

update-ca-trust

https://docs.uipath.com/automation-suite/automation-suite/2023.10/installation-guide/managing-the-certificates#adding-the-ca-certificate-to-the-host-trust-store

KKieffer44 commented 8 months ago

certs copied but 12 and 17 need wellpoint

KKieffer44 commented 8 months ago

certs copied on 17

KKieffer44 commented 8 months ago

update ca-trust on 17 done, will work more on this tomorrow, cant seem to keep my pwd from locking up

KKieffer44 commented 8 months ago

update update-ca-trust done on 12 13 14 15 16 11