Skip to content
Docs Try Aspire
Docs Try

CertManagerIssuerResource.withHttp01Solver

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

Signature

method withHttp01Solver builder
Adds an HTTP-01 ACME challenge solver to the issuer. cert-manager will satisfy the challenge by provisioning a temporary HTTP route at `/.well-known/acme-challenge/{token}` on the same hostname being validated. This requires the hostname to be publicly reachable on port 80.
withHttp01Solver(): CertManagerIssuerResource
CertManagerIssuerResource

Defined on

This method is defined on the following type: