Mint System Cluster Issuer
This chart deploys cluster issuers for prod and staging and for dns and http.
Secrets
To use the Infomaniak resolver setup a infomaniak-api-credentials secret with the API token.
bash
INFOMANIAK_API_TOKEN="*******"
kubectl create secret generic infomaniak-api-credentials \
--from-literal=api-token="$INFOMANIAK_API_TOKEN" \
-n cert-managerTest
Infomaniak webhook
To test the Infomaniak webhook create a certificate with the letsencrypt-dns-staging issuer.
bash
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
EOFParameters
Cluster Issuer parameters
| Name | Description | Value |
|---|---|---|
acme.email | The email address for ACME | "" |
acme.solver | The solver for ACME | "" |