### Please replace /path/to/cert with path to location where you want to store certificates.
sudo ./configureUiPathAS.sh tls-cert get --outpath /path/to/cert
### Now copy the ca.crt file generated in above location to trust store location
sudo cp --remove-destination /part/to/cert/ca.crt /etc/pki/ca-trust/source/anchors/
### Update the trust store
sudo update-ca-trust### Please replace /path/to/cert with path to location where you want to store certificates.
sudo ./configureUiPathAS.sh tls-cert get --outpath /path/to/cert
### Now copy the ca.crt file generated in above location to trust store location
sudo cp --remove-destination /part/to/cert/ca.crt /etc/pki/ca-trust/source/anchors/
### Update the trust store
sudo update-ca-trust
cd /path/to/new-installer ./configureUiPathAS.sh config get -i /path/to/old/cluster_config.json -o /path/to/store/generated/cluster_config.jsoncd /path/to/new-installer ./configureUiPathAS.sh config get -i /path/to/old/cluster_config.json -o /path/to/store/generated/cluster_config.json
如果您没有旧的配置文件,请运行以下命令:
cd /path/to/new-installer ./configureUiPathAS.sh config get -o /path/to/store/generated/cluster_config.jsoncd /path/to/new-installer ./configureUiPathAS.sh config get -o /path/to/store/generated/cluster_config.json