Skip to content

Commit

Permalink
GITBOOK-1307: 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 7, 2024
1 parent 5f7ca54 commit 0cda579
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions how-does-ockam-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To understand how these protocols work together, let’s create an encrypted por

<figure><img src=".gitbook/assets/postgres.png" alt=""><figcaption></figcaption></figure>

### Install and Enroll
## Install and Enroll

{% tabs %}
{% tab title="homebrew" %}
Expand Down Expand Up @@ -39,7 +39,7 @@ The enroll command then asks this project’s membership authority to sign and i

</div>

### Create an Outlet and a Relay
## Create an Outlet and a Relay

{% code fullWidth="false" %}
```sh
Expand All @@ -66,7 +66,7 @@ The default [access control](reference/protocols/access-controls.md) on the outl

</div>

### Create an Inlet
## Create an Inlet

```sh
ockam tcp-inlet create --from 15432 --to postgres
Expand All @@ -86,7 +86,7 @@ All secure channels are mutually authenticated and all messages are checked for

</div>

### Connect
## Connect

```bash
psql --host localhost --port 15432
Expand Down

0 comments on commit 0cda579

Please sign in to comment.