mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-12 04:30:30 +00:00
Fix client_cert_lifetime value in configfile template.
This commit is contained in:
@ -355,7 +355,7 @@ pub fn run() {
|
||||
# Certificate lifetime.
|
||||
#
|
||||
# This defines how long (after generating) the certificate remains valid.
|
||||
client_cert_lifetime="{{ integration.mqtt.client_cert_lifetime }}"
|
||||
client_cert_lifetime="{{ integration.mqtt.client.client_cert_lifetime }}"
|
||||
|
||||
|
||||
# PostgreSQL integration configuration.
|
||||
|
Reference in New Issue
Block a user