Files
auricom-home-cluster/cluster/cert-manager/letsencrypt-production.yaml
2021-04-07 22:31:24 +02:00

24 lines
653 B
YAML

---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-staging
spec:
acme:
server: https://acme-staging-v02.api.letsencrypt.org/directory
email: "webmaster@xpander.ovh"
privateKeySecretRef:
name: letsencrypt-staging
solvers:
- dns01:
webhook:
groupName: "xpander.ovh"
solverName: ovh
config:
endpoint: ovh-eu
applicationKey: "uzxdE4oiGPNFytxJ"
applicationSecretRef:
key: applicationSecret
name: ovh-credentials
consumerKey: "YOCz0SF2miVVyzzCnrTbZ7ZK9rycXK3p"