Add khazadtube.tv cert.
This commit is contained in:
parent
b86307a068
commit
8a0b3e8710
1 changed files with 15 additions and 0 deletions
|
@ -13,3 +13,18 @@ spec:
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- "valinor.social"
|
- "valinor.social"
|
||||||
- "*.valinor.social"
|
- "*.valinor.social"
|
||||||
|
---
|
||||||
|
apiVersion: cert-manager.io/v1
|
||||||
|
kind: Certificate
|
||||||
|
metadata:
|
||||||
|
name: "khazadtube-tv"
|
||||||
|
namespace: network
|
||||||
|
spec:
|
||||||
|
secretName: "khazadtube-tv-tls"
|
||||||
|
issuerRef:
|
||||||
|
name: letsencrypt-production
|
||||||
|
kind: ClusterIssuer
|
||||||
|
commonName: "khazadtube.tv"
|
||||||
|
dnsNames:
|
||||||
|
- "khazadtube.tv"
|
||||||
|
- "*.khazadtube.tv"
|
||||||
|
|
Reference in a new issue