We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tctl auth sign
The identify cert generated tctl auth sign is off by 1 minute
For an existing user
$ tctl auth sign --user teleport -o teleport_id # file written $ openssl x509 -text -noout -in teleport_id Certificate: Data: Version: 3 (0x2) ... Signature Algorithm: sha256WithRSAEncryption Issuer: O=grav-00, CN=grav-00 Validity - Not Before: Oct 11 21:51:30 2019 GMT #Current - Not After : Oct 12 09:52:30 2019 GMT #Current + Not Before: Oct 11 21:51:30 2019 GMT #Expected + Not After : Oct 12 09:51:30 2019 GMT #Expected
The behavior is the same when the --ttl flag is set. --ttl 5m becomes a 6 minute duration
--ttl
--ttl 5m
The text was updated successfully, but these errors were encountered:
This looks like a bug, I'll copy it over the OSS repo
Sorry, something went wrong.
No branches or pull requests
The identify cert generated
tctl auth sign
is off by 1 minuteFor an existing user
The behavior is the same when the
--ttl
flag is set.--ttl 5m
becomes a 6 minute durationThe text was updated successfully, but these errors were encountered: