Created
February 27, 2018 20:18
-
-
Save shaxbee/eb03a57225b22e158e75ed83e6a28bd1 to your computer and use it in GitHub Desktop.
Client Binding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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