mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-07 11:26:45 +00:00
Fix client_cert_lifetime value in configfile template.
This commit is contained in:
parent
51b622e8e2
commit
0940260541
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user