(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawlyaGNr6H--NFCBqwTAjb7NOTD7BRIKF4E <Alberto@web>
Thu, 30 Jun 2011 13:50:40 +0000 (09:50 -0400)
committerwww-data <www-data@project-moonshot.org>
Thu, 30 Jun 2011 13:50:40 +0000 (09:50 -0400)
design/trust-anchor.mdwn

index ed0a74d..f6f2f81 100644 (file)
@@ -84,4 +84,30 @@ The server certificate hash field is mutually exclusive with the other fields.
   constraints in the identity provisioning format
 
 * Use the system trust anchor store for user-provisioned identities and
-  do something about naming
+  do something about naminge
+
+## User Web Provisioning Format
+    <identities>
+      <identity>
+        <display-name>Unique Name</display-name>
+        <user>username</user>
+        <password>ENCRYPTEDPW</password>
+        <realm>issuer name</realm>
+        <services>
+          <service>xmpp@jabber.project-moonshot.org</service>
+        </services>
+        <selection-rules>
+          <rule>
+            <pattern>PATTERN</pattern>
+            <always_confirm>true</always_confirm>
+          </rule>
+        </selection-rules>
+        <trust-anchor>
+          <ca-cert>ABCDEFGHIJKLMNOPQRSTUVWXYZ123455678910</ca-cert>
+          <subject>Foo</subject>
+          <subject-alt>Bar</subject-alt>
+          <!-- Or alternatively -->
+          <srv-cert>ABCDEFGHIJKLMNOPQRSTUVWXYZ123455678910</srv-cert>
+        </trust-anchor>
+      </identity>
+    </identities>