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 the certificates directory: /opt/wf_installer/certificates Be sure to run these steps as the runtime user (wf_user in config.yml). You should restart all services after updating.
Change a user to default user:
wfusersu - wfuser cd /opt/wf_installer/Stop all services.
wfmanager stop allRun the Update Certificates Action.
./install.sh update_certs <SERVER_ROLE>The script doesn't affect
*.p12Vault certificates.Start all services.
wfmanager start allRun post-installation checks.
./install.sh check <SERVER_ROLE>