CertManagerIssuerResource.withHttp01Solver
Method
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(): CertManagerIssuerResourceReturns
CertManagerIssuerResource Defined on
This method is defined on the following type: