diff options
Diffstat (limited to 'grumpy/sally/cert.yaml')
| -rw-r--r-- | grumpy/sally/cert.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/grumpy/sally/cert.yaml b/grumpy/sally/cert.yaml new file mode 100644 index 0000000..e11b77c --- /dev/null +++ b/grumpy/sally/cert.yaml @@ -0,0 +1,13 @@ +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: go-ofmax-li + namespace: go-git-server +spec: + secretName: go-ofmax-li-sec + issuerRef: + name: letsencrypt-prod + kind: ClusterIssuer + commonName: 'go.ofmax.li' + dnsNames: + - go.ofmax.li |