22 lines
434 B
YAML
22 lines
434 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: rabbitmq
|
|
spec:
|
|
secretName: rabbitmq-cert
|
|
commonName: xactmon
|
|
issuerRef:
|
|
group: cert-manager.io
|
|
kind: ClusterIssuer
|
|
name: rabbitmq-ca
|
|
privateKey:
|
|
algorithm: ECDSA
|
|
rotationPolicy: Always
|
|
keystores:
|
|
pkcs12:
|
|
create: true
|
|
profile: Modern2023
|
|
passwordSecretRef:
|
|
name: rabbitmq-cert-password
|
|
key: password
|