I've been searching documentation, tutorials and forum but still can't find how to do this. If anyone has any idea, please shine some light my way :)
I need to store a CA issued certificate for each app user. If possible it would store to local storage and an SQL DB for a backup. This would be a one time event for each user.
Then I need the private key of that cert to sign user created data. This would be done whenever new data is created.
I haven't the foggiest how to do this with C3.