28 lines
532 B
YAML
28 lines
532 B
YAML
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
|
|
|