Skip to content
DocsTry Aspire
DocsTry

CertManagerIssuerResource.withAcmeServer

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

Signature

methodwithAcmeServerbuilder
Configures the issuer to use a custom ACME directory endpoint (e.g., a private ACME server such as ZeroSSL or step-ca).
withAcmeServer(
serverUrl: string,
email: string): CertManagerIssuerResource
serverUrlstring
emailstring
CertManagerIssuerResource

Defined on

This method is defined on the following type: