switch to lego

This commit is contained in:
Steffen Illium 2024-04-10 18:06:48 +02:00
parent 9dcc3ec673
commit 49b9be047a
4 changed files with 19 additions and 30 deletions

View File

@ -16,15 +16,12 @@ spec:
- dns01:
webhook:
groupName: acme.steffenillium.de
solverName: ionos
solverName: lego-solver
config:
apiUrl: https://api.hosting.ionos.com/dns/v1
publicKeySecretRef:
key: PREFIX
name: ionos-secret
secretKeySecretRef:
key: SECRET
name: ionos-secret
provider: ionos
envFrom:
secret:
name: ionos-secret
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
@ -44,12 +41,9 @@ spec:
- dns01:
webhook:
groupName: acme.steffenillium.de
solverName: ionos
solverName: lego-solver
config:
apiUrl: https://api.hosting.ionos.com/dns/v1
publicKeySecretRef:
key: PREFIX
name: ionos-secret
secretKeySecretRef:
key: SECRET
name: ionos-secret
provider: ionos
envFrom:
secret:
name: ionos-secret

View File

@ -12,12 +12,12 @@ resources:
- namespace.yaml
helmCharts:
- name: cert-manager-webhook-ionos
- name: cert-manager-lego-webhook
includeCRDs: false
version: 1.0.2
releaseName: cert-manager-webhook-ionos
repo: https://fabmade.github.io/cert-manager-webhook-ionos
valuesFile: values-ionos.yaml
version: 1.0.1
releaseName: cert-manager-lego-webhook
repo: https://yxwuxuanl.github.io/cert-manager-lego-webhook/
valuesFile: values-lego.yaml
- name: cert-manager
includeCRDs: false
version: 1.14.4

View File

@ -1,9 +0,0 @@
groupName: acme.steffenillium.de
certManager:
namespace: cert-manager
serviceAccountName: cert-manager-webhook-ionos
nameOverride: ""
fullnameOverride: ""

View File

@ -0,0 +1,4 @@
groupName: acme.steffenillium.de
certManager:
namespace: cert-manager