Skip to content

Commit

Permalink
docs: update docs cert validity period descriptions (#40540)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Apr 14, 2024
1 parent 7ec26dd commit d6dadc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit d6dadc2

Please sign in to comment.