Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cluster_issuer.yaml « cert_manager « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c28f9390c7729dd16a32a4d00b3719e57aa73a83 (plain)
1
2
3
4
5
6
7
8
9
10
11
apiVersion: certmanager.k8s.io/v1alpha1
kind: ClusterIssuer
metadata:
  name: letsencrypt-prod
spec:
  acme:
    server: https://acme-v02.api.letsencrypt.org/directory
    email: hello@amirathi.com
    privateKeySecretRef:
      name: letsencrypt-prod
    http01: {}