-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Simplify storing renewed acme certificate #2614
Conversation
ed7f0bd
to
9e8e122
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well seen @ferhatelmas !
LGTM 👏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
9e8e122
to
cddb521
Compare
Account argument was passed but it was actually accessed through store and there was no need to pass it so dropped that argument.
cddb521
to
85fe21e
Compare
What does this PR do?
Simplification in storing renewed certificate in acme certificate renewal.
Motivation
Not to mislead readers.
Additional Notes
Account argument was passed but it was actually accessed through store and there was no need to pass it so dropped that argument.