diff --git a/docs/generated/reference/openapi/openapi_generated.go b/docs/generated/reference/openapi/openapi_generated.go index c2cb4cced..e6eef94cc 100644 --- a/docs/generated/reference/openapi/openapi_generated.go +++ b/docs/generated/reference/openapi/openapi_generated.go @@ -407,7 +407,7 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA SchemaProps: spec.SchemaProps{ Description: "ACMEIssuerHTTP01Config is a structure containing the ACME HTTP configuration options", Properties: map[string]spec.Schema{ - "solverServiceType": { + "serviceType": { SchemaProps: spec.SchemaProps{ Type: []string{"string"}, Format: "", diff --git a/docs/generated/reference/output/reference/api-docs/index.html b/docs/generated/reference/output/reference/api-docs/index.html index 7ec8cb485..954c28077 100644 --- a/docs/generated/reference/output/reference/api-docs/index.html +++ b/docs/generated/reference/output/reference/api-docs/index.html @@ -888,7 +888,7 @@ Appears In: -solverServiceType
string +serviceType
string diff --git a/docs/reference/issuers/acme/http01.rst b/docs/reference/issuers/acme/http01.rst index f8a5abd8e..b3f49243e 100644 --- a/docs/reference/issuers/acme/http01.rst +++ b/docs/reference/issuers/acme/http01.rst @@ -33,7 +33,7 @@ In rare cases it might be not possible/desired to use NodePort as type for the h # Valid values are ClusterIP and NodePort serviceType: ClusterIP -By default type NodePort will be used when you don't set http01 or when you set solverServiceType to an empty string. Normally there's no need to change this. +By default type NodePort will be used when you don't set http01 or when you set serviceType to an empty string. Normally there's no need to change this. .. note:: Let's Encrypt does not support issuing wildcard certificates with HTTP-01 challenges.