65 lines
1.3 KiB
YAML
65 lines
1.3 KiB
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: matrix-axion1337-chat-cert
|
|
namespace: matrix
|
|
spec:
|
|
secretName: matrix-axion1337-chat-tls
|
|
issuerRef:
|
|
name: letsencrypt-prod
|
|
kind: ClusterIssuer
|
|
dnsNames:
|
|
- matrix.axion1337.chat
|
|
---
|
|
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: account-axion1337-chat-cert
|
|
namespace: matrix
|
|
spec:
|
|
secretName: account-axion1337-chat-tls
|
|
issuerRef:
|
|
name: letsencrypt-prod
|
|
kind: ClusterIssuer
|
|
dnsNames:
|
|
- account.axion1337.chat
|
|
---
|
|
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: mrtc-axion1337-chat-cert
|
|
namespace: matrix
|
|
spec:
|
|
secretName: mrtc-axion1337-chat-tls
|
|
issuerRef:
|
|
name: letsencrypt-prod
|
|
kind: ClusterIssuer
|
|
dnsNames:
|
|
- mrtc.axion1337.chat
|
|
---
|
|
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: axion1337-chat-cert
|
|
namespace: matrix
|
|
spec:
|
|
secretName: axion1337-chat-tls
|
|
issuerRef:
|
|
name: letsencrypt-prod
|
|
kind: ClusterIssuer
|
|
dnsNames:
|
|
- axion1337.chat
|
|
---
|
|
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: admin-axion1337-chat-cert
|
|
namespace: matrix
|
|
spec:
|
|
secretName: admin-axion1337-chat-tls
|
|
issuerRef:
|
|
name: letsencrypt-prod
|
|
kind: ClusterIssuer
|
|
dnsNames:
|
|
- admin.axion1337.chat
|