mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-07 11:26:45 +00:00
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:
parent
a3c1638c75
commit
f71cea7716
@ -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.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user