Skip to content

Instantly share code, notes, and snippets.

@4np
Last active July 28, 2022 09:56
Show Gist options
  • Save 4np/8e5ba88f871f5b644e2aa1663239108e to your computer and use it in GitHub Desktop.
Save 4np/8e5ba88f871f5b644e2aa1663239108e to your computer and use it in GitHub Desktop.
Netherlands Corona Check Info
# Configuration
curl -s https://verifier-api.coronacheck.nl/v4/verifier/config | jq -r .payload | base64 -d | jq .
# Public keys
curl -s https://verifier-api.coronacheck.nl/v4/verifier/public_keys | jq -r .payload | base64 -d | jq .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment