This chart deploys cluster issuers for prod and staging and for dns and http.
To use the Infomaniak resolver setup a infomaniak-api-credentials secret with the API token.
kubectl create secret generic infomaniak-api-credentials \
--from-literal=api-token="$infomaniak_api_token" \
-n cert-managerTo test the Infomaniak webhook create a certificate with the letsencrypt-dns-staging issuer.
echo "Apply certificate."
cat <<EOF | kubectl apply -f -
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: chk-mintcloud-ch
spec:
secretName: chk-mintcloud-ch
issuerRef:
name: letsencrypt-dns-staging
kind: ClusterIssuer
dnsNames:
- chk.mintcloud.ch
EOF| Name | Description | Value |
|---|---|---|
acme.email |
The email address for ACME | "" |
acme.solver |
The solver for ACME | "" |