|
|
@@ -11,14 +11,14 @@ spec:
|
|
11
|
11
|
server: "https://acme-staging-v02.api.letsencrypt.org/directory"
|
|
12
|
12
|
solvers:
|
|
13
|
13
|
- dns01:
|
|
14
|
|
- webhook:
|
|
15
|
|
- # This group needs to be configured when installing the helm package, otherwise the webhook won't have permission to create an ACME challenge for this API group.
|
|
16
|
|
- groupName: acme.yourdomain.tld
|
|
17
|
|
- solverName: hetzner
|
|
18
|
|
- config:
|
|
19
|
|
- secretName: hetzner-secret
|
|
20
|
|
- zoneName: kaisers.info # (Optional): When not provided the Zone will searched in Hetzner API by recursion on full domain name
|
|
21
|
|
- apiUrl: https://dns.hetzner.com/api/v1
|
|
|
14
|
+ webhook:
|
|
|
15
|
+ # This group needs to be configured when installing the helm package, otherwise the webhook won't have permission to create an ACME challenge for this API group.
|
|
|
16
|
+ groupName: acme.yourdomain.tld
|
|
|
17
|
+ solverName: hetzner
|
|
|
18
|
+ config:
|
|
|
19
|
+ secretName: hetzner-secret
|
|
|
20
|
+ zoneName: kaisers.info # (Optional): When not provided the Zone will searched in Hetzner API by recursion on full domain name
|
|
|
21
|
+ apiUrl: https://dns.hetzner.com/api/v1
|
|
22
|
22
|
---
|
|
23
|
23
|
apiVersion: cert-manager.io/v1
|
|
24
|
24
|
kind: ClusterIssuer
|