What You Need to Know
The HTTPS certificate (Java KeyStore) is stored in Flexi's database as binary data (ByteArray).
👉 Manually creating the certificate directly in the database is not recommended.
Solution Options
1. Transferring the Certificate from Another Server (Recommended)
export the certificate from a working installation
upload it to the target database (1:1 copy)
2. Using Server-Auth (Without Knowing the Admin Password)
Retrieve the list of users:
https://<server>/u.xml
Locate the administrator account
it must have the Manage Licenses (licenseMgmt) permission
Use the following authentication:
X-Flexi-Authorization
Upload the certificate/license via the API
3. Transferring Between Databases (SQL)
export the data from one database
import it into the other database
👉 suitable when managing multiple databases under a single license
