ockam_command 0.104.0

End-to-end encryption and mutual authentication for distributed applications.
Documentation
1
2
3
4
5
6
7
8
9
10
```sh
# To create a trust context with a random name, using the default project information
$ ockam trust-context create

# To create a trust context with a specific name, using the default project information
$ ockam trust-context create t

# To create a trust context with a specific credential
$ ockam trust-context create --credential c
```