Skip to content

fix asn1 issue - #16

Open
bhillkeyfactor wants to merge 1 commit into
release-2.0from
fix/renewal-asn1-corrupted-data-2.0
Open

bhillkeyfactor wants to merge 1 commit into
release-2.0from
fix/renewal-asn1-corrupted-data-2.0

Conversation

@bhillkeyfactor

Copy link
Copy Markdown
Collaborator

Fixes the renewal/reissue enrollment failure: Encoding.ASCII.GetBytes was used on the stored base64 DER certificate string instead of Convert.FromBase64String, causing X509Certificate2 to throw 'ASN1 corrupted data' on every renewal or reissue attempt. Same fix as PR #15 against release-1.0, ported to the 2.0 line.

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.

1 participant