ockam_command 0.104.0

End-to-end encryption and mutual authentication for distributed applications.
Documentation
1
2
3
4
5
6
7
8
```sh
# The first created trust context will be set as the default
$ ockam trust-context create t1

# Let's create a second trust context and assign it as default
$ ockam trust-context create t2
$ ockam trust-context default t2
```