arnecls / homebridge-bosch-alert-system

Homebridge plugin for the Bosch Smart Home alerting system
Apache License 2.0
7 stars 1 forks source link

error when homebridge generate certificates #1

Closed lu-mueller closed 2 years ago

lu-mueller commented 2 years ago

Describe Your Problem: When I try to let homebridge generate my certificates, I get an error.

Logs: error:0909006C:PEM routines:get_name:no start line

Plugin Config:

"name": "Alert System",
"host": "192.168.178.20",
"autoPair": true,
"systemPassword": "password",
"platform": "BoschAlertHomebridgePlugin"

Environment:

danielschmitz87 commented 2 years ago

Same problem for me

lu-mueller commented 2 years ago

That doesn't solve the problem. But I used iobroker instead.

dan3o3 commented 2 years ago

It seems the generated certs/keys are written to the wrong files. The key is written to bosch-client-cert.txt and the cert to bosch-client-key.txt. After renaming these files vice versa the plugin works fine for me.