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

Get the intermediate certificate whenever needed #64

Merged

Conversation

fcharlier
Copy link
Collaborator

The intermediate certificate was currently retrieved locally only for
the 1st certificate generation.

This causes issues when the intermediate cerficiate changes (recent
change from X3 to R3) and the certificates just need to be renewed.

This patch moves the retrieval of the intermediate certificate along
with the certificate creation to be sure the former exists before being
attached to the latter.

The intermediate certificate was currently retrieved locally only for
the 1st certificate generation.

This causes issues when the intermediate cerficiate changes (recent
change from X3 to R3) and the certificates just need to be renewed.

This patch moves the retrieval of the intermediate certificate along
with the certificate creation to be sure the former exists before being
attached to the latter.
@fcharlier
Copy link
Collaborator Author

Note: this is required for #63 to work correctly when renewing certificates.

@Spredzy Spredzy merged commit 805a5aa into Spredzy:master Jan 11, 2021
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.

2 participants