Updating certificates (SSL) with Install.sh
After the installation, you can change SSL certificates on all Linux servers with install.sh.
important
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 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 certificate action:
./install.sh update_certs server_roleThe script doesn't affect
*.p12Vault certificates.Start all services:
wfmanager start allRun post-installation checks:
./install.sh check server_role