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

Correct handling of CA VerifyOptions #306

Merged
merged 1 commit into from Jun 27, 2022
Merged

Conversation

mbwhite
Copy link
Member

@mbwhite mbwhite commented Jun 27, 2022

The verify options strucutre is global property - but the verify struture in the case
of re-enroll is set back by 30 seconds.

If this is the global structure - then that is not good.

Duplicating the structure. Many ways to solve this problem; but this the current approach is cleaner.

Fixes #305

Signed-off-by: Matthew B White whitemat@uk.ibm.com

The verify options strucutre is global property - but the verify struture in the case
of re-enroll is set back by 30 seconds.

If this is the global structure - then that is not good.

Duplicating the structure.  Many ways to solve this problem; but this the current approach is cleaner.

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
Copy link
Contributor

@jkneubuh jkneubuh left a comment

Choose a reason for hiding this comment

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

easy, peasy, lemon squeezy.

👍

@jkneubuh jkneubuh merged commit 3be7a15 into hyperledger:main Jun 27, 2022
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.

Issue with re-enrolling certificates
2 participants