changeset 288:118f44d63e25

Explained what these steps actually generated.
author thijsalkemade@gmail.com
date Sun, 10 Jun 2012 11:18:12 +0000
parents 1a00ae04a358
children f777a248b321
files mod_client_certs.wiki
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_client_certs.wiki	Sun Jun 10 11:08:09 2012 +0000
+++ b/mod_client_certs.wiki	Sun Jun 10 11:18:12 2012 +0000
@@ -47,6 +47,8 @@
 }}}
  The 365 means the certificate will be valid for a year starting now.
 
+The {{{client.key}}} *must* be kept secret, and is only needed by clients connecting using this certificate. The {{{client.crt}}} file contains the certificate that should be sent to the server using XEP-0257, and is also needed by clients connecting to the server. The {{{client.req}}} file is not needed anymore.
+
 = Configuration =
 
 (None yet)