Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update docs cert validity period descriptions #40540

Merged
merged 1 commit into from
Apr 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/database-access/guides/oracle-self-hosted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Follow the instructions below to generate TLS credentials for your database.

```code
# Export Teleport's certificate authority and a generated certificate/key pair
# for host db.example.com with a 1-year validity period.
# for host db.example.com with a 3-month validity period.
$ tctl auth sign --format=oracle --host=db.example.com --out=server --ttl=2190h
```

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/database-access/guides/postgres-self-hosted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Create the secrets:

```code
# Export Teleport's certificate authority and a generate certificate/key pair
# for host db.example.com with a 1-year validity period.
# for host db.example.com with a 3-month validity period.
$ tctl auth sign --format=db --host=db.example.com --out=server --ttl=2190h
```

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/database-access/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to create a certificate for PostgreSQL, the command looks like this:

```bash
# Export Teleport's certificate authority and a generate certificate/key pair
# for host db.example.com with a 1-year validity period.
# for host db.example.com with a 3-month validity period.

$ tctl auth sign --format=db --host=db.example.com --out=server --ttl=2190h
```
Expand Down
Loading