-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Identified TTL for certificate is incorrect #47068
Labels
Comments
ptgott
added a commit
that referenced
this issue
Dec 18, 2024
Closes #47068 The TTL shown in a `tctl auth sign` command does not correspond to the description of the TTL. Fix the description while making the TTL an integer divisible by 24.
github-merge-queue bot
pushed a commit
that referenced
this issue
Dec 19, 2024
Closes #47068 The TTL shown in a `tctl auth sign` command does not correspond to the description of the TTL. Fix the description while making the TTL an integer divisible by 24.
github-actions bot
pushed a commit
that referenced
this issue
Dec 19, 2024
Closes #47068 The TTL shown in a `tctl auth sign` command does not correspond to the description of the TTL. Fix the description while making the TTL an integer divisible by 24.
github-actions bot
pushed a commit
that referenced
this issue
Dec 19, 2024
Closes #47068 The TTL shown in a `tctl auth sign` command does not correspond to the description of the TTL. Fix the description while making the TTL an integer divisible by 24.
github-actions bot
pushed a commit
that referenced
this issue
Dec 19, 2024
Closes #47068 The TTL shown in a `tctl auth sign` command does not correspond to the description of the TTL. Fix the description while making the TTL an integer divisible by 24.
github-merge-queue bot
pushed a commit
that referenced
this issue
Dec 19, 2024
Closes #47068 The TTL shown in a `tctl auth sign` command does not correspond to the description of the TTL. Fix the description while making the TTL an integer divisible by 24.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Applies To
https://goteleport.com/docs/enroll-resources/database-access/enroll-self-hosted-databases/postgres-self-hosted/#step-25-create-a-certificatekey-pair
Details
Export Teleport's certificate authority and a generate certificate/key pair. This example generates a certificate with a 1-year validity period. db.example.com is the hostname where the Teleport Database Service can reach the PostgreSQL server.
In the command below that the TTL is shown as being 2190h (about 90 days)
How will we know this is resolved?
Either change the sentence above the command to reflect the command will set the TTL to 90 days or change the command to 8766h (1 year)
The text was updated successfully, but these errors were encountered: