Skip to content

Instantly share code, notes, and snippets.

@pimeys
Created March 23, 2017 16:39
Show Gist options
  • Save pimeys/202e66bc2b7530e7cb92cd54386af558 to your computer and use it in GitHub Desktop.
Save pimeys/202e66bc2b7530e7cb92cd54386af558 to your computer and use it in GitHub Desktop.
server_key = pyelliptic.ECC(curve="prime256v1")
server_key_id = base64.urlsafe_b64encode(server_key.get_pubkey()[1:])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment