We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In A.2, the voucher_status request (/est/vs) is a CoAP GET. It should be a POST with payload as defined in https://tools.ietf.org/html/draft-ietf-anima-bootstrapping-keyinfra-35#section-5.7
The text was updated successfully, but these errors were encountered:
See also #50
Update: the payload format should be a "CBOR equivalent" of the JSON payload in https://tools.ietf.org/html/draft-ietf-anima-bootstrapping-keyinfra-43#section-5.7 . Current CBOR payload in the example is outdated.
Sorry, something went wrong.
624f7c5
No branches or pull requests
In A.2, the voucher_status request (/est/vs) is a CoAP GET. It should be a POST with payload as defined in https://tools.ietf.org/html/draft-ietf-anima-bootstrapping-keyinfra-35#section-5.7
The text was updated successfully, but these errors were encountered: