Changeset 642
- Timestamp:
- 28/07/08 11:10:26 (4 months ago)
- Files:
-
- 1 modified
-
trunk/etc/c2s.xml.dist.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/etc/c2s.xml.dist.in
r639 r642 91 91 private key for client connections. If this is non existant, 92 92 clients will not be offered the STARTTLS stream extension 93 From SSL_CTX_use_certificate_chain_file(3): 94 "The certificates must be in PEM format and must be sorted 95 starting with the subject's certificate (actual client or server 96 certificate), followed by intermediate CA certificates if 97 applicable, and ending at the highest level (root) CA" 98 (the latter one being optional). 93 99 94 100 verify-mode
