Skip to content
Docs Try Aspire
Docs Try

CertManagerIssuerResource.withLetsEncryptProductionParam

Method
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
interface CertManagerIssuerResource {
// ... omitted for brevity
withLetsEncryptProductionParam(email: ParameterResource): CertManagerIssuerResource;
}

Signature

method withLetsEncryptProductionParam builder
Configures the issuer to use the Let's Encrypt production ACME endpoint, with the contact email supplied via a parameter resolved at deploy time.
withLetsEncryptProductionParam(email: ParameterResource): CertManagerIssuerResource
email ParameterResource
CertManagerIssuerResource

Defined on

This method is defined on the following type: