Replies: 2 comments 5 replies
-
You are missing how TLS works. Your CA is about trust. When Z2M supplies it's server certificate to your client it checks that it is for the website you are viewing and that it has been issued by someone you trust. It is you client that needs to have the CA certificate setup as a trusted CA not the server. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Mosquitto client certificate configuration:
Regards |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I followed the instructions to secure my frontend with https, and add into the configuration.yaml the paramters: ssl_cert and ssl_key.
As my certificates are signed with my own CA, I need to configure too the CA CRT file, but I don't know if it's possible (don't appear in the docs neither as ssl_ca), and if I start with my self signed certificates (own CA) Firefox can't load the site (Error: SEC_ERROR_INADEQUATE_CERT_TYPE).
With the MQTT server works with the own CA signed certificates, because paremeters ca, key and cert are fully documented.
It's possible to use my own CA signed certificates for the frontend ad occurs with the mqtt broker?
If I generate de CRT without sign with my own CA, works fine, but not with a CA signed CRT (because I can't add the CA CRT file in the zigbee2mqtt frontend settings).
Regards
Beta Was this translation helpful? Give feedback.
All reactions