Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ Sample round trip execution:
```sh
echo hello-world >sample.txt
bin/opentdf.mjs encrypt \
--kasEndpoint http://localhost:65432/api/kas \
--oidcEndpoint http://localhost:65432/auth/realms/opentdf \
--auth tdf-client:123-456 \
--kasEndpoint http://localhost:8080/kas \
--oidcEndpoint http://localhost:8888/auth/realms/opentdf \
--auth opentdf:secret \
--containerType tdf3 \
--output sample.tdf \
sample.txt
bin/opentdf.mjs \
--kasEndpoint http://localhost:65432/api/kas \
--oidcEndpoint http://localhost:65432/auth/realms/opentdf \
--auth tdf-client:123-456 \
--kasEndpoint http://localhost:8080/kas \
--oidcEndpoint http://localhost:8888/auth/realms/opentdf \
--auth opentdf:secret \
--containerType tdf3 \
--userId [email protected] \
--ignoreAllowList \
decrypt sample.tdf
```

Expand Down
Loading