aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2024-04-05 10:22:41 +0300
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2024-04-09 09:28:45 +0300
commitc5b8b9ffdae4b21f2858d870df0001b8e4cbd38a (patch)
treebc7b0a296e7693b5c8a19cc421f10d8876a44940
parent3893cecc29f1aa7c8e844643b8986180778ecdbd (diff)
qtlicd.ini: fix incorrectly quoted default value for ca_bundle_path
The value should be without quotation marks, otherwise the service interprets it as an absolute path. Task-number: QLS-886 Pick-to: 3.0 Change-Id: I598408d125f29c397f370642084ef7aeefdfd502 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
-rw-r--r--dist/qtlicd.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/qtlicd.ini b/dist/qtlicd.ini
index 8b9efb6..95154de 100644
--- a/dist/qtlicd.ini
+++ b/dist/qtlicd.ini
@@ -19,7 +19,7 @@ server_addr=
# absolute path or "auto" to attempt autodetection of the CA bundle path.
# This setting will only have effect on Linux.
# Type: string
-ca_bundle_path="auto"
+ca_bundle_path=auto
###################
# reservation_access_point