diff --git a/apps/templates/cert-manager.yaml b/apps/templates/cert-manager.yaml index 4e8c85d..bb13eb8 100644 --- a/apps/templates/cert-manager.yaml +++ b/apps/templates/cert-manager.yaml @@ -42,4 +42,22 @@ spec: cloudflare: apiTokenSecretRef: name: cloudflare-api-token-secret - key: CLOUDFLARE_API_KEY \ No newline at end of file + key: CLOUDFLARE_API_KEY +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: test-roxedus-com + namespace: default +spec: + # Secret names are always required. + secretName: example-com-tls + + # The use of the common name field has been deprecated since 2000 and is + # discouraged from being used. + commonName: test.example.com + issuerRef: + name: roxedus.com-cloudflare + # We can reference ClusterIssuers by changing the kind here. + # The default value is Issuer (i.e. a locally namespaced Issuer) + kind: ClusterIssuer \ No newline at end of file