Options
All
  • Public
  • Public/Protected
  • All
Menu

Configures cert-manager to attempt to complete authorizations by performing the HTTP01 challenge flow. It is not possible to obtain certificates for wildcard domain names (e.g. *.example.com) using the HTTP01 challenge mechanism.

schema

IssuerSpecAcmeSolversHttp01

Hierarchy

  • IssuerSpecAcmeSolversHttp01

Index

Properties

Optional Readonly gatewayHttpRoute

The Gateway API is a sig-network community API that models service networking in Kubernetes (https://gateway-api.sigs.k8s.io/). The Gateway solver will create HTTPRoutes with the specified labels in the same namespace as the challenge. This solver is experimental, and fields / behaviour may change in the future.

schema

IssuerSpecAcmeSolversHttp01#gatewayHTTPRoute

Optional Readonly ingress

The ingress based HTTP01 challenge solver will solve challenges by creating or modifying Ingress resources in order to route requests for '/.well-known/acme-challenge/XYZ' to 'challenge solver' pods that are provisioned by cert-manager for each Challenge to be completed.

schema

IssuerSpecAcmeSolversHttp01#ingress

Generated using TypeDoc