Skip to content

Commit

Permalink
replaced UUIDs by placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
gruenwaldi committed Dec 22, 2023
1 parent 6289541 commit ab82459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/dataUPP/API_get_public_key.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HARDWARE_ID='98880181-4770-44da-85a9-da86a6ccaa1f'
HARDWARE_ID='<ENTER-UUID-HERE>'

curl -X 'GET' "https://identity.prod.ubirch.com/api/keyService/v1/pubkey/current/hardwareId/$HARDWARE_ID" \
--header 'accept: application/json' \
Expand Down
4 changes: 2 additions & 2 deletions tools/dataUPP/API_test_anchoring_jwt.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HARDWARE_ID='98880181-4770-44da-85a9-da86a6ccaa1f'
JWT='<ENTER-TOKEN-HER>'
HARDWARE_ID='<ENTER-UUID-HERE>'
JWT='<ENTER-TOKEN-HERE>'
UPP='standard_upp.bin'
RESPONSE_UPP='response_upp.bin'

Expand Down

0 comments on commit ab82459

Please sign in to comment.