Chromium Code Reviews| Index: components/onc/docs/onc_spec.md |
| diff --git a/components/onc/docs/onc_spec.md b/components/onc/docs/onc_spec.md |
| index bafb102fdf2930d3189975951b80627599dd147c..c42e357c90948403a51e07eae68fe8024a726af9 100644 |
| --- a/components/onc/docs/onc_spec.md |
| +++ b/components/onc/docs/onc_spec.md |
| @@ -1085,6 +1085,11 @@ type exists to configure the authentication. |
| **SaveCredentials** is |
| *false* is not allowed. |
| +* **ServerCAPEMs** |
| + * (optional) - **array of string** |
| + * Non-empty list of CA certificates in PEM format, If this field is set, |
| + **ServerCARef** and **ServerCARefs** must be unset. |
|
tbarzic
2017/04/24 23:32:43
(very minor) nit: imho "must not be set" sounds be
stevenjb
2017/04/25 00:00:52
I was being consistent with other comments. We can
tbarzic
2017/04/25 00:08:36
ok, sgtm
|
| + |
| * **ServerCARefs** |
| * (optional) - **array of string** |
| * Non-empty list of references to CA certificates in **Certificates** to be |