| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <link rel="stylesheet" href="onc_spec.css" > | 5 <link rel="stylesheet" href="onc_spec.css" > |
| 6 <script src="onc_spec.js"></script> | 6 <script src="onc_spec.js"></script> |
| 7 <title>Open Network Configuration Format</title> | 7 <title>Open Network Configuration Format</title> |
| 8 </head> | 8 </head> |
| 9 <body> | 9 <body> |
| 10 | 10 |
| (...skipping 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1628 | 1628 |
| 1629 <dl class="field_list"> | 1629 <dl class="field_list"> |
| 1630 <dt class="field">ExtensionID</dt> | 1630 <dt class="field">ExtensionID</dt> |
| 1631 <dd> | 1631 <dd> |
| 1632 <span class="field_meta"> | 1632 <span class="field_meta"> |
| 1633 (required) | 1633 (required) |
| 1634 <span class="type">string</span> | 1634 <span class="type">string</span> |
| 1635 </span> | 1635 </span> |
| 1636 The extension ID of the third-party VPN provider used by this network. | 1636 The extension ID of the third-party VPN provider used by this network. |
| 1637 </dd> | 1637 </dd> |
| 1638 <dt class="field">Name</dt> |
| 1639 <dd> |
| 1640 <span class="field_meta"> |
| 1641 (optional) |
| 1642 <span class="type">string</span> |
| 1643 </span> |
| 1644 The name of the third-party VPN provider used by this network. |
| 1645 </dd> |
| 1638 </dl> | 1646 </dl> |
| 1639 </section> | 1647 </section> |
| 1640 | 1648 |
| 1641 </section> | 1649 </section> |
| 1642 | 1650 |
| 1643 <section> | 1651 <section> |
| 1644 <h1>Client certificate patterns</h1> | 1652 <h1>Client certificate patterns</h1> |
| 1645 <p> | 1653 <p> |
| 1646 In order to allow clients to securely key their private keys and request | 1654 In order to allow clients to securely key their private keys and request |
| 1647 certificates through PKCS#10 format or through a web flow, we provide | 1655 certificates through PKCS#10 format or through a web flow, we provide |
| (...skipping 1504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3152 is transmitted or saved to disk should be secure. On client device, when | 3160 is transmitted or saved to disk should be secure. On client device, when |
| 3153 user names for connections that are user-specific are persisted to disk, | 3161 user names for connections that are user-specific are persisted to disk, |
| 3154 they should be stored in a location that is encrypted. Users can also opt in | 3162 they should be stored in a location that is encrypted. Users can also opt in |
| 3155 these cases to not save their user credentials in the config file and will | 3163 these cases to not save their user credentials in the config file and will |
| 3156 instead be prompted when they are needed. | 3164 instead be prompted when they are needed. |
| 3157 </p> | 3165 </p> |
| 3158 </section> | 3166 </section> |
| 3159 </section> | 3167 </section> |
| 3160 </body> | 3168 </body> |
| 3161 </html> | 3169 </html> |
| OLD | NEW |