Updating TLS certificates with Install.sh
After the installation, you can change SSL certificates on all Linux servers with install.sh.
New SSL certificates must be located in certificates directory (/opt/wf_installer/certificates)Be sure to run these steps as the runtime user (wf_user in the config.yml)You should restart all services after updating.
Change a user to the default user
wfuser.su - wfuser cd /opt/wf_installer/Stop all services.
wfmanager stop allRun the Update certificates action.
./install.sh update_certs <SERVER_ROLE>This script doesn't affect *.p12 Vault certificates.
Start all services.
wfmanager start allRun post-installation checks.
./install.sh check <SERVER_ROLE>