Venafi / vcert

Go client SDK and command line utility designed to simplify integrations by automating key generation and certificate enrollment using Venafi machine identity services.
https://support.venafi.com/hc/en-us/articles/217991528
Apache License 2.0
90 stars 63 forks source link

Fix p12Task using incorrect password #384

Closed BeardedPrincess closed 1 year ago

BeardedPrincess commented 1 year ago

Fix issue where certificate authentication was trying to use the request.keyPassword value instead of the update installation.p12Password. Includes updates to tests and validated.

BeardedPrincess commented 1 year ago

Fixes #383