Skip to content

Commit

Permalink
GITBOOK-1361: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalwadhwa authored and gitbook-bot committed Feb 26, 2024
1 parent 028da24 commit 2c88af3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion how-does-ockam-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ To understand how these protocols work together, let’s create an encrypted [po

## Sign up, Install and Enroll

The first step is to [<mark style="color:blue;">Sign up for Ockam</mark>](https://www.ockam.io/download), that process will guide you through installing Ockam Command and enrolling your identity with Ockam Orchestrator.
The first step is to [<mark style="color:blue;">Sign up for Ockam</mark>](https://www.ockam.io/download)<mark style="color:blue;">.</mark> After you've signed up, run the following commands to install Ockam Command and enroll your identity with Ockam Orchestrator.

```
curl --proto '=https' --tlsv1.2 -sSfL https://install.command.ockam.io | bash
source "$HOME/.ockam/env"
ockam enroll
```

The enroll command creates a new [<mark style="color:blue;">vault</mark>](reference/protocols/keys.md) and generates a cryptographic [<mark style="color:blue;">identity</mark>](reference/protocols/identities.md) with private keys stored in that vault. It then guides you to sign in to Ockam Orchestrator. The commands below can be run in a production setup with two machines in two different networks or in a dev environment on a single machine. If you’re doing this on two machines, install and enroll on both machines.

Expand Down

0 comments on commit 2c88af3

Please sign in to comment.