Changeset 642

Show
Ignore:
Timestamp:
28/07/08 11:10:26 (4 months ago)
Author:
smoku
Message:

Copied note about PEM file cert ordering

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/etc/c2s.xml.dist.in

    r639 r642  
    9191         private key for client connections. If this is non existant, 
    9292         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). 
    9399 
    94100         verify-mode