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
88 stars 64 forks source link

Fixes G402: TLS MinVersion too low #430

Closed luispresuelVenafi closed 6 months ago

luispresuelVenafi commented 6 months ago

This PR makes sure we are using a TLS secure version in order to prevent that golangci-lint runs properly since current one is not secure (Fixes G402 - TLS MinVersion too low).