mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-13 04:58:09 +00:00
Fix client_cert_lifetime value in configfile template.
This commit is contained in:
@ -355,7 +355,7 @@ pub fn run() {
|
|||||||
# Certificate lifetime.
|
# Certificate lifetime.
|
||||||
#
|
#
|
||||||
# This defines how long (after generating) the certificate remains valid.
|
# 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.
|
# PostgreSQL integration configuration.
|
||||||
|
Reference in New Issue
Block a user