This content applies to WaaS 1.0 only. We highly recommend that you upgrade to WaaS 2.0.
TSS Node Configuration
You’ll need to complete the following steps on the server where the TSS Node is deployed.- Copy the callback server’s RSA public key file to the configs directory of the TSS Node
- Modify the cobo-tss-node-config.yaml file
- cb_server
- service_address indicates the callback server address
- pubkey_path indicates the file path of the callback server’s RSA
- token_expire_minutes indicates the timeout period of the JWT (unit: minutes)
- retry_time indicates the number of retries if the callback request fails
- sleep_seconds indicates the time interval between each retry (unit: minutes)
TSS Node & Callback Server Startup
Once the aforementioned configuration has been completed, you can start up the callback server and the TSS Node.Feel free to share your feedback to improve our documentation!