| OLD | NEW |
| 1 # Open Network Configuration | 1 # Open Network Configuration |
| 2 | 2 |
| 3 [TOC] | 3 [TOC] |
| 4 | 4 |
| 5 ## Objective | 5 ## Objective |
| 6 | 6 |
| 7 We would like to create a simple, open, but complete format to describe | 7 We would like to create a simple, open, but complete format to describe |
| 8 multiple network configurations for WiFi, Ethernet, Cellular, | 8 multiple network configurations for WiFi, Ethernet, Cellular, |
| 9 Bluetooth/WiFi-Direct, and VPN connections in a single file format, in order | 9 Bluetooth/WiFi-Direct, and VPN connections in a single file format, in order |
| 10 to simplify and automate network configuration for users. | 10 to simplify and automate network configuration for users. |
| (...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1073 * Password of user. If not specified, defaults to prompting the user. | 1073 * Password of user. If not specified, defaults to prompting the user. |
| 1074 | 1074 |
| 1075 * **SaveCredentials** | 1075 * **SaveCredentials** |
| 1076 * (optional, defaults to *false*) - **boolean** | 1076 * (optional, defaults to *false*) - **boolean** |
| 1077 * If *false*, require user to enter credentials | 1077 * If *false*, require user to enter credentials |
| 1078 each time they connect. Specifying **Identity** | 1078 each time they connect. Specifying **Identity** |
| 1079 and/or **Password** when | 1079 and/or **Password** when |
| 1080 **SaveCredentials** is | 1080 **SaveCredentials** is |
| 1081 *false* is not allowed. | 1081 *false* is not allowed. |
| 1082 | 1082 |
| 1083 * **ServerCAPEMs** |
| 1084 * (optional) - **array of string** |
| 1085 * Non-empty list of CA certificates in PEM format, If this field is set, |
| 1086 **ServerCARef** and **ServerCARefs** must be unset. |
| 1087 |
| 1083 * **ServerCARefs** | 1088 * **ServerCARefs** |
| 1084 * (optional) - **array of string** | 1089 * (optional) - **array of string** |
| 1085 * Non-empty list of references to CA certificates in **Certificates** to be | 1090 * Non-empty list of references to CA certificates in **Certificates** to be |
| 1086 used for verifying the host's certificate chain. At least one of the CA | 1091 used for verifying the host's certificate chain. At least one of the CA |
| 1087 certificates must match. If this field is set, **ServerCARef** must be | 1092 certificates must match. If this field is set, **ServerCARef** must be |
| 1088 unset. If neither **ServerCARefs** nor **ServerCARef** is set, the client | 1093 unset. If neither **ServerCARefs** nor **ServerCARef** is set, the client |
| 1089 does not check that the server certificate is signed by a specific CA. | 1094 does not check that the server certificate is signed by a specific CA. |
| 1090 A verification using the system's CA certificates may still apply. | 1095 A verification using the system's CA certificates may still apply. |
| 1091 See **UseSystemCAs** for this. | 1096 See **UseSystemCAs** for this. |
| 1092 | 1097 |
| (...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1768 is transmitted or saved to disk should be secure. On client device, when | 1773 is transmitted or saved to disk should be secure. On client device, when |
| 1769 user names for connections that are user-specific are persisted to disk, | 1774 user names for connections that are user-specific are persisted to disk, |
| 1770 they should be stored in a location that is encrypted. Users can also opt in | 1775 they should be stored in a location that is encrypted. Users can also opt in |
| 1771 these cases to not save their user credentials in the config file and will | 1776 these cases to not save their user credentials in the config file and will |
| 1772 instead be prompted when they are needed. | 1777 instead be prompted when they are needed. |
| 1773 | 1778 |
| 1774 ## Authors | 1779 ## Authors |
| 1775 | 1780 |
| 1776 * pneubeck@chromium.org | 1781 * pneubeck@chromium.org |
| 1777 * stevenjb@chromium.org | 1782 * stevenjb@chromium.org |
| OLD | NEW |