Advertisement
techblog

teleport-self-cert

May 8th, 2022
1,202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. sudo teleport configure -o file \
  2.     --cluster-name=tele.example.com \
  3.     --public-addr=tele.example.com:443 \
  4.     --cert-file=/var/lib/teleport/fullchain.pem \
  5.     --key-file=/var/lib/teleport/privkey.pem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement