Here’s my application yaml
zeebe:
client:
id: <zeebe>
secret: <secret_key>
broker:
gateway-address: <zeebe host>
security:
ssl:
enabled: true
certificate-path:/path/certificates/certificate.crt
token:
audience: zeebe-api
authorization-server-url: https://<HOST>/auth/realms/camunda-platform/protocol/openid-connect/token
Note: Certificate.crt is exported from camunda browser.
Please let me know where’s the problem