-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v9] Install script changes and sudo command updates for Teleport ins…
…tall and configure (#11750) * make cmd sudo friendly * update command to be sudo friendly
- Loading branch information
1 parent
a99d3b4
commit d6c11f3
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,8 @@ domain name of your Teleport cluster and `[email protected]` is an email address | |
used for notifications (you can use any domain): | ||
|
||
```code | ||
teleport configure --acme [email protected] --cluster-name=tele.example.com > /etc/teleport.yaml | ||
teleport configure --acme [email protected] --cluster-name=tele.example.com | \ | ||
sudo tee /etc/teleport.yaml > /dev/null | ||
``` | ||
|
||
The `--acme`, `--acme-email`, and `--cluster-name` flags will add the following | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters