Link to upstream vcert issues that would allow us to simplify the cert-manager code

Signed-off-by: Richard Wall <richard.wall@venafi.com>
This commit is contained in:
Richard Wall 2024-03-20 14:16:38 +00:00
parent dd0762e71b
commit 30db9e2ad5

View File

@ -223,7 +223,9 @@ type httpClientForVcertOptions struct {
// 2. We need to customize the User-Agent header for all HTTP requests to Venafi
// REST API endpoints.
// 3. The vcert package does not currently provide an easier way to change those
// settings.
// settings. See:
// * https://github.com/Venafi/vcert/issues/437
// * https://github.com/Venafi/vcert/issues/438
//
// Why is it necessary to customize the client TLS renegotiation?
//