@@ -27,43 +27,12 @@ This is useful for keeping compatibility with the `ingress-gce` component.
2727## acme.cert-manager.io/http01-ingress-class
2828- [ Ingress] ( ../usage/ingress.md )
2929
30- Allows the ` kubernetes.io/ingress.class ` annotation to be configured.
31- Customizing this is useful when you are trying
32- to secure internal services, and need to solve challenges using a different ingress class
33- to that of the ingress. If not specified and the ` acme-http01-edit-in-place ` annotation is
34- not set, this defaults to the ` http01.ingress.class ` defined in the Issuer resource.
35-
36- ## acme.cert-manager.io/http01-ingress-ingressclassname
37-
38- - [ Ingress] ( ../usage/ingress.md )
39-
40- Allows the Ingress's ` spec.ingressClassName ` to be configured.
41- Customizing this is useful when you are trying
42- to secure internal services, and need to solve challenges using a different ingress class
43- to that of the ingress. If not specified and the ` acme-http01-edit-in-place ` annotation is
44- not set, this defaults to the ` http01.ingress.ingressClassName ` defined in the Issuer resource.
45-
46- ## acme.cert-manager.io/http01-parentrefkind
47-
48- - [ Certificate] ( ../usage/certificate.md )
49-
50- This annotation is automatically added by cert-manager to Certificate resources
51- when they are created from a [ Gateway] ( ../usage/gateway.md ) or
52- [ ListenerSet] ( ../usage/gateway.md#listenerset ) resource. It stores the kind of
53- the parent resource (either ` Gateway ` or ` ListenerSet ` ) that triggered the
54- creation of the Certificate. This is used internally by the ACME HTTP-01 solver
55- to know where to attach the temporary HTTPRoute for the challenge.
56-
57- ## acme.cert-manager.io/http01-parentrefname
58-
59- - [ Certificate] ( ../usage/certificate.md )
60-
61- This annotation is automatically added by cert-manager to Certificate resources
62- when they are created from a [ Gateway] ( ../usage/gateway.md ) or
63- [ ListenerSet] ( ../usage/gateway.md#listenerset ) resource. It stores the name of
64- the parent resource that triggered the creation of the Certificate. This is used
65- internally by the ACME HTTP-01 solver to know where to attach the temporary
66- HTTPRoute for the challenge.
30+ this annotation allows you to configure the ingress class that will be used to
31+ solve challenges for this ingress. Customizing this is useful when you are
32+ trying to secure internal services, and need to solve challenges using a
33+ different ingress class to that of the ingress. If not specified and the
34+ ` acme-http01-edit-in-place ` annotation is not set, this defaults to the ingress
35+ class defined in the Issuer resource.
6736
6837## cert-manager.io/allow-direct-injection
6938- ` Secret `
0 commit comments