ockam_command 0.104.0

End-to-end encryption and mutual authentication for distributed applications.
Documentation
1
2
3
4
5
6
7
```sh
# From the admin machine, generate an enrollment ticket
$ ticket=$(ockam project ticket --attribute component=user)

# From the user machine, enroll the local identity to the project using the enrollment ticket
$ ockam project enroll $ticket --identity control_identity
```