Skip to content

Conversation

@csstaub
Copy link
Contributor

@csstaub csstaub commented May 3, 2016

@alokmenghrajani
Copy link
Contributor

👍

return nil, err
}

authTemplate.Subject = rawCsr.Subject
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This should probably be RawSubject

@csstaub csstaub force-pushed the cs/intermediate-ca branch from d1f5850 to 308aeab Compare May 3, 2016 22:09
proposedExpiry := time.Now().AddDate(years, 0, 0).UTC()
// ensure cert doesn't expire after issuer
if caExpiry.Before(proposedExpiry) {
authTemplate.NotAfter = caExpiry
Copy link
Contributor

Choose a reason for hiding this comment

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

we should show a warning when we take this branch.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah. probably ditto for host certs.

@alokmenghrajani
Copy link
Contributor

lgtm for reals this time :)

@csstaub csstaub merged commit 2147421 into master May 25, 2016
@csstaub csstaub deleted the cs/intermediate-ca branch May 25, 2016 22:17
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.

3 participants