Skip to content

Instantly share code, notes, and snippets.

@shaxbee
Created February 27, 2018 20:18
Show Gist options
  • Save shaxbee/eb03a57225b22e158e75ed83e6a28bd1 to your computer and use it in GitHub Desktop.
Save shaxbee/eb03a57225b22e158e75ed83e6a28bd1 to your computer and use it in GitHub Desktop.
Client Binding
title Client Binding
Client -> Client: generate client key & certificate request
Client -> Server: send certificate request with device id
Server -> Server: generate client certificate
Server -> Client: send client certificate
loop request
Client -> Server: make request using client certificate
Server -> Client: reply
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment