Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(619)

Unified Diff: components/onc/docs/onc_spec.md

Issue 2839693003: MD Settings: Fix networking config errors (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698