Jiang Gao

Results 4 issues of Jiang Gao

Hi team, We noticed that some SSL.com certificate bundles from their repository (https://www.ssl.com/repository/) are currently missing in this repo. Specifically, our company relies on the following certificates: - https://ssl.com/repo/certs/Entrust-OVTLS-I-R1.pem -...

**BUSINESS PROBLEM** We use this provider to manage our certificates. However, it doesn't support managing Applications, Cloud Providers and Key Stores. Because of that, we **manually** manage the Cloud Providers...

enhancement

## Description Currently, the `key_password` field in the provider schema is defined with: - `Sensitive: true` - `ForceNew: true` We attempted to improve security by adding `WriteOnly: true` so that...

enhancement

**PROBLEM SUMMARY** the code [here](https://github.com/Venafi/vcert/blob/master/pkg/venafi/cloud/cloud.go#L713-L715) raises `slice bounds out of range [:-1]` error when the `SAN_URI` doesn't contain `)://` - because missing `)://` makes `index=-1`, which isn't valid for `val[1:index]`....

bug