Fix configfile command template (#124)

The template was not rendering integration.mqtt.client.ca_key  and  integration.mqtt.client.ca_cert correctly.
This commit is contained in:
Fabio De Simone
2023-02-22 14:19:47 +01:00
committed by GitHub
parent a3c1638c75
commit f71cea7716

View File

@ -382,8 +382,8 @@ pub fn run() {
# will generate client certificates which can be used by the MQTT clients for
# authentication and authorization. The Common Name of the certificate will
# be set to the ID of the application.
ca_key="{{ integration.mqtt.ca_key }}"
ca_cert="{{ integration.mqtt.ca_cert }}"
ca_key="{{ integration.mqtt.client.ca_key }}"
ca_cert="{{ integration.mqtt.client.ca_cert }}"
# Certificate lifetime.
#