Wanted to know if there was a way I can run some form of API call, or similar event, to automatically pull and save the private key to a specified location for the user.
We utilize EFS storage locations and want to try and eliminate the user error variable of not backing it up properly.
@rxthexletter No, there is not an API call because the user private keys are not on the server and the recommended registration process for security purposes is to have each user perform their own registration. However, there is a discussion here regarding an example “key escrow” solution put in place by another organization.