Skip to content

CSR with PublicKey only #282

Closed
Closed
@Virviil

Description

@Virviil

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions