This commit is contained in:
2026-01-29 10:38:43 +01:00
commit 14c7ad04fc
5 changed files with 194 additions and 0 deletions

27
certificate.yml Normal file
View File

@@ -0,0 +1,27 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: mosquitto-broker-cert
spec:
secretName: mosquitto-broker-cert
duration: 2160h
renewBefore: 360h
subject:
organizations:
- hottis-de
isCA: false
privateKey:
algorithm: RSA
encoding: PKCS1
size: 2048
usages:
- server auth
dnsNames:
- broker.hottis.de
- broker2.hottis.de
- broker.cem-berresheim.ib-hottgenroth.de
issuerRef:
name: letsencrypt-staging-http
kind: ClusterIssuer
group: cert-manager.io