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
signed-data-preferred
example
diff --git a/examples/sztp/config/input.json b/examples/sztp/config/input.json index 1bdc36c..0236172 100644 --- a/examples/sztp/config/input.json +++ b/examples/sztp/config/input.json @@ -3,6 +3,7 @@ "hw-model" : "model-x", "os-name" : "vendor-os", "os-version" : "17.3R2.1", + "signed-data-preferred": [null], "nonce" : "BASE64VALUE=" } }
from https://github.com/YangModels/yang/blob/main/experimental/ietf-extracted-YANG-modules/[email protected]#L79-L90
expect new fields in the response regarding owner in addition to conveyed-information, i.e.:
owner
conveyed-information
<output xmlns="urn:ietf:params:xml:ns:yang:ietf-sztp-bootstrap-server"> <conveyed-information>base64encodedvalue==</conveyed-information> <owner-certificate>base64encodedvalue==</owner-certificate> <ownership-voucher>base64encodedvalue==</ownership-voucher> </output>
The text was updated successfully, but these errors were encountered:
sztp: add signed-data-preferred
8a92f03
I don't see anything changes with this parameter Openin issue #125 to investigate Signed-off-by: Boris Glimcher <[email protected]>
7e0167d
in go:
type AutoGenerated struct { IetfSztpBootstrapServerInput struct { HwModel string `json:"hw-model"` OsName string `json:"os-name"` OsVersion string `json:"os-version"` SignedDataPreferred []interface{} `json:"signed-data-preferred"` Nonce string `json:"nonce"` } `json:"ietf-sztp-bootstrap-server:input"` }
Sorry, something went wrong.
No branches or pull requests
example
from https://github.com/YangModels/yang/blob/main/experimental/ietf-extracted-YANG-modules/[email protected]#L79-L90
expect new fields in the response regarding
owner
in addition toconveyed-information
, i.e.:The text was updated successfully, but these errors were encountered: