Skip to content

Commit

Permalink
add preformatted text fence hints
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Sep 30, 2023
1 parent cca07b1 commit 51bfe2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus/docs/reference/tunnelers/linux/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ The tunneler will load all identities in the `--identity-dir` directory. The ide
installation is `/opt/openziti/etc/identities`. You may add identity files to this directory by copying the identity
file into the directory and setting permissions for group `ziti`.
```
```text
sudo chown -cR :ziti /opt/openziti/etc/identities
sudo chmod -cR ug=rwX,o-rwx /opt/openziti/etc/identities
```
Expand All @@ -217,7 +217,7 @@ This sends an IPC command to the running tunneler. You must have write permissio
(`/tmp/.ziti/ziti-edge-tunnel.sock`). You may run this command as yourself instead of user `ziti` if you are a member of
group `ziti`.

```
```text
sudo -u ziti \
ziti-edge-tunnel add --jwt "$(< ./in-file.jwt)" --identity myIdentityName
```
Expand All @@ -243,7 +243,7 @@ wget -q \

You will need the token file or its contents to enroll.

```
```text
ziti-edge-tunnel enroll --jwt ./in-file.jwt --identity ./out-file.json
```

Expand Down

0 comments on commit 51bfe2d

Please sign in to comment.