Skip to content

Commit

Permalink
docs: add missing whitespace (#12696)
Browse files Browse the repository at this point in the history
Fixes #10337
  • Loading branch information
zmb3 authored May 25, 2022
1 parent 4f0f32e commit c5991bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/server-access/guides/tsh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ In this example, we're creating a certificate with a TTL of one hour for the

```code
# To be executed on a Teleport Auth Server
$ tctl auth sign --ttl=1h--user=jenkins --out=jenkins.pem
$ tctl auth sign --ttl=1h --user=jenkins --out=jenkins.pem
```

</ScopedBlock>
Expand All @@ -362,7 +362,7 @@ $ tctl auth sign --ttl=1h--user=jenkins --out=jenkins.pem
```code
# Log in to your Teleport Cloud cluster so you can use tctl locally.
$ tsh login --proxy=myinstance.teleport.sh [email protected]
$ tctl auth sign --ttl=1h--user=jenkins --out=jenkins.pem
$ tctl auth sign --ttl=1h --user=jenkins --out=jenkins.pem
```

</ScopedBlock>
Expand Down

0 comments on commit c5991bf

Please sign in to comment.