Unofficial Answer:
1. Update SSL for SAP Business One Web Client
SAP provides dedicated script files for Web Client certificate replacement.
For Windows:
- Download the
Https_certificate_replace.ps1 script from SAP.
- Place the script file into your Web Client installation folder (Default:
C:\Program Files\SAP\SAP Business One Web Client).
- Run Windows PowerShell as an Administrator and execute the commands:
cd "C:\Program Files\SAP\SAP Business One Web Client"
./Https_certificate_replace.ps1
Use code with caution.
- Enter the full path of your new certificate file (such as a
.pfx or .p12 file) and provide the certificate password when prompted.
- Wait for the Web Client to restart and apply the new certificate