Wallets and Identities
In this lesson, we will see how wallets and identities are used in client applications through a sequence diagram.
We'll cover the following
Wallets and Identities in Client Application #
Now lets see how the wallet and user identities work.
We can issue a new user’s key and get CA signed cert by contacting the CA. Here are the needed steps:
- A valid existing user A
registers
a new user X to CA. The CA returns theenrollment key
. - The user A shares that
enrollment key
with X - User X/A contacts the CA to
enroll
user X and passes in theenrollment key
. CA returns valid key and signed certificate for user X.
Get hands-on with 1200+ tech skills courses.