Callback Server Configuration
You'll need to complete the following configurations on the server where the callback server is deployed:
Generate the callback server’s RSA private key
Export the callback server’s RSA public key
Copy the exported RSA public key (i.e. the callback-server-pub.key file) to the server where the TSS Node is deployed
Copy the RSA public key of the TSS Node to the configuration files of the callback server
If you use the callback server codes provided by Cobo Custody, please refer to the configuration instructions in the samples
After you’ve successfully completed TSS Node initialization, execute the following command to query the RSA public key of the TSS Node:
Output example:
The Callback public key will be the RSA public key of the TSS Node.
Last updated