Merge pull request #3515 from meyskens/new-ua

Rename the User Agent fields
This commit is contained in:
jetstack-bot 2020-12-16 12:05:04 +00:00 committed by GitHub
commit 7bca0709ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ func newVRequest(cert *x509.Certificate) *certificate.Request {
req.CustomFields = []certificate.CustomField{
{
Type: certificate.CustomFieldOrigin,
Value: "Jetstack cert-manager",
Value: "cert-manager",
},
}
return req

View File

@ -17,4 +17,4 @@ limitations under the License.
package util
// CertManagerUserAgent is the user agent that http clients in this codebase should use
var CertManagerUserAgent = "jetstack-cert-manager/" + version()
var CertManagerUserAgent = "cert-manager/" + version()