Skip to content

Commit

Permalink
YAML error when coping and pasting (#5515)
Browse files Browse the repository at this point in the history
  • Loading branch information
benarent authored and Joerger committed Feb 9, 2021
1 parent ba66bfa commit f0443c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/5.0/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ Replace `teleport.example.com` with the domain name you configured above.
# Replace `teleport.example.com` with your domain name.
export TELEPORT_PUBLIC_DNS_NAME="teleport.example.com"
cat >> /etc/teleport.yaml <<EOF
public_addr: $TELEPORT_PUBLIC_DNS_NAME:3080
https_keypairs:
- key_file: /etc/letsencrypt/live/$TELEPORT_PUBLIC_DNS_NAME/privkey.pem
cert_file: /etc/letsencrypt/live/$TELEPORT_PUBLIC_DNS_NAME/fullchain.pem
public_addr: $TELEPORT_PUBLIC_DNS_NAME:3080
https_keypairs:
- key_file: /etc/letsencrypt/live/$TELEPORT_PUBLIC_DNS_NAME/privkey.pem
cert_file: /etc/letsencrypt/live/$TELEPORT_PUBLIC_DNS_NAME/fullchain.pem
EOF
```

Expand Down

0 comments on commit f0443c2

Please sign in to comment.