Skip to content
Docs Try Aspire
Docs Try

withAcmeServer

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

Signature

method withAcmeServer builder
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
serverUrl string
email string
CertManagerIssuerResource

Applies to

This method applies to the following types: