Fix typo
[framework/connectivity/connman.git] / doc / config-format.txt
index bc5a5c1..5884550 100644 (file)
@@ -3,7 +3,8 @@ Connman configuration file format
 
 Connman uses configuration files to provision existing services. Connman will
 be looking for its configuration files at STORAGEDIR which by default points
-to /var/lib/connman/.
+to /var/lib/connman/. Configuration file names should follow the *.config
+pattern.
 Those configuration files are text files with a simple format and we typically
 have one file per provisioned network.
 
@@ -47,8 +48,10 @@ Example
 
 This is a configuration file for a network providing both EAP-TLS and
 EAP-PEAP services.
-The respective SSIDs are tls_ssid and peap_ssid.
+The respective SSIDs are tls_ssid and peap_ssid and the file name is
+example.config.
 
+example@example:[~]$ cat /var/lib/connman/example.config
 [global]
 Name = Example
 Description = Example network configuration
@@ -65,8 +68,8 @@ Identity = user
 
 [service_peap]
 Type = wifi
-SSID = peap_ssid
+Name = peap_ssid
 EAP = peap
-CACert = /home/user/.cert/ca.pem
+CACertFile = /home/user/.cert/ca.pem
 Phase2 = MSCHAPV2
 Identity = user