Skip to content

Commit

Permalink
sztp: add signed-data-preferred
Browse files Browse the repository at this point in the history
I don't see anything changes with this parameter
Openin issue #125 to investigate

Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Aug 23, 2022
1 parent a5db23e commit 8a92f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/sztp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ $ jq . config/input.json
"hw-model": "model-x",
"os-name": "vendor-os",
"os-version": "17.3R2.1",
"signed-data-preferred": [null],
"nonce": "BASE64VALUE="
}
}
Expand Down
1 change: 1 addition & 0 deletions examples/sztp/config/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"hw-model" : "model-x",
"os-name" : "vendor-os",
"os-version" : "17.3R2.1",
"signed-data-preferred": [null],
"nonce" : "BASE64VALUE="
}
}

0 comments on commit 8a92f03

Please sign in to comment.