Skip to content

Instantly share code, notes, and snippets.

@nwhatt
Last active November 3, 2023 19:40
Show Gist options
  • Save nwhatt/2165f4377da19a783d90604fa8efa4e6 to your computer and use it in GitHub Desktop.
Save nwhatt/2165f4377da19a783d90604fa8efa4e6 to your computer and use it in GitHub Desktop.
public-ec-keys
{
"keys": [
{
"kty": "EC",
"use": "sig",
"crv": "P-384",
"kid": "8ufKSV8tDI/J/wyPMThIIsAPLdI=",
"x": "F3Aboj9hF8wSKlZXnLCqYG4cNxriEWZKQHw3Z4uVwyv-EMtZjEl-D8IsNteGvifA",
"y": "UP1ZkmEE4S8kfURZIXwpohLF6WyDLF825YWmXKS3kIrqk02hj4jXULCjYI8l-sQ8",
"alg": "ES384"
},
{
"kty": "EC",
"use": "sig",
"crv": "P-256",
"kid": "WNHnQtbKi3iUCWI8Hw5XTzVumNE=",
"x": "JxZGHin-Wo9OCXpHn4hkbNpAEX1P-VM22upapOpCuHU",
"y": "4FLfOYhkbZ1iRQAHhdC0rdr-xxyDtHq5NUNsdrbfjyQ",
"alg": "ES256"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment