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

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

Issue 2891453002: Introduce networkingPrivate.getCertificateLists (Closed)
Patch Set: . Created 3 years, 7 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 17f90e4f60e1bd042df4d7cd20397aad03a74a6b..99a9ecbeb30981c69bccf2bf4010b47f29d88640 100644
--- a/components/onc/docs/onc_spec.md
+++ b/components/onc/docs/onc_spec.md
@@ -1042,9 +1042,19 @@ type exists to configure the authentication.
* (required if **ClientCertType** is *Ref*, otherwise ignored) - **string**
* Reference to client certificate stored in certificate section.
+* **ClientCertPKCS11Id**
+ * (required if **ClientCertType** is *PKCS11Id*, otherwise ignored) -
+ * PKCS#11 identifier in the format slot:key_id.
+
* **ClientCertType**
- * (optional) **string**
- `Allowed values are` *Ref*, and *Pattern*.
+ * (optional) - **string**
+ * `Allowed values are` *Ref*, *Pattern*, *PKCS11Id* and *None*.
+ * *Ref* and *Pattern* indicate that the associated property should be used
+ to identify the client certificate.
+ * *PKCS11Id* is used when representing a certificate in a local store and is
+ only valid when describing a local configuraiton.
tbarzic 2017/05/17 22:35:57 typo: configuration
stevenjb 2017/05/18 16:30:57 Done.
+ * *None* indicates that the server is configured to not require client
+ certificates.
* **Identity**
* (optional) - **string**

Powered by Google App Engine
This is Rietveld 408576698