Closed
Description
Usecase:
- Client generates keypair
- Sends public key to server (in form of CSR, or CSR is generated on server itself)
- Server signs him a client cert with CA existing only on server
- Returns this cert back to client
Mb I'm missing something, but didn't find a way to do it. The only possible flow now is:
- Server generates both private and public key for client (
KeyPair::generate
) - Signs a cert with existing CA
- Returns both cert and private key to a client.
Metadata
Metadata
Assignees
Labels
No labels