You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry of the back of the #32 I believe an additional change is required.
When changing the p12 password the p12 (pfx) isn't regenerated due to a check in the update method that looks to see if the certificate_pem has changed. If it hasn't it ignores all other changes. See here
Expected Outcome
Changing the attribute certificate_p12_password should update the certificate_p12 to be a new base64 encoded certificate using the existing pem
Actual Outcome
The password is updated in the state but the base64 encoded certificated is the same as the existing one using the previous password.
The text was updated successfully, but these errors were encountered:
Hi All,
Sorry of the back of the #32 I believe an additional change is required.
When changing the p12 password the p12 (pfx) isn't regenerated due to a check in the update method that looks to see if the certificate_pem has changed. If it hasn't it ignores all other changes. See here
Expected Outcome
Changing the attribute certificate_p12_password should update the certificate_p12 to be a new base64 encoded certificate using the existing pem
Actual Outcome
The password is updated in the state but the base64 encoded certificated is the same as the existing one using the previous password.
The text was updated successfully, but these errors were encountered: