changeset 283:bc0b13c53b57

Created wiki page through web user interface.
author thijsalkemade@gmail.com
date Tue, 05 Jun 2012 16:00:19 +0000
parents caffa894b070
children 0558c44908fe
files mod_client_certs.wiki
diffstat 1 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_client_certs.wiki	Tue Jun 05 16:00:19 2012 +0000
@@ -0,0 +1,30 @@
+#summary Client-side certificate management for Prosody
+#labels Stage-Alpha
+
+= Introduction =
+[http://xmpp.org/extensions/xep-0257.html XEP-0257] specifies a protocol for clients to store and manage client side certificates. When a client presents a stored client side certificate during the TLS handshake, it can log in without supplying a password (using SASL EXTERNAL). This makes it possible to have multiple devices accessing an account, without any of them needing to know the password, and makes it easier to revoke access for a single device.
+
+
+= Details =
+
+Each user can add their own certificates. These do not need to be signed by a trusted CA, yet they do need to be valid at the time of logging in and they should include an subjectAltName with otherName "id-on-xmppAddr" with the JID of the user.
+
+= Configuration =
+
+(None yet)
+
+= Compatibility =
+
+||0.9||Works||
+||0.8||Untested. Probably doesn't.||
+
+= Clients =
+
+(None?)
+
+= TODO =
+Possible options to add to the configuration:
+ * Require certificates to be signed by a trusted CA.
+ * Do not require a  id-on-xmppAddr
+ * Remove expired certs after a certain time
+ * Limit the number of certificates per user
\ No newline at end of file