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

Fix NotBefore calculation on new certificates #115

Merged
merged 1 commit into from
Nov 9, 2020

Conversation

adregner
Copy link
Contributor

@adregner adregner commented Nov 7, 2020

Adding/subtracting from time.Time with a plain integer is making
adjustments by the nanosecond whereas the intention was to create new
certificates that have a validity period starting 10 minutes in the past.

Adding/subtracting from time.Time with a plain integer is making
adjustments by the nanosecond whereas the intention was to create new
certificates that have a validity period starting 10 minutes in the past.
@CLAassistant
Copy link

CLAassistant commented Nov 7, 2020

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@alokmenghrajani alokmenghrajani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@alokmenghrajani alokmenghrajani merged commit 14dbcb0 into square:master Nov 9, 2020
@adregner adregner deleted the fix_minus_10min branch March 29, 2023 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants