Changeset 5518

Show
Ignore:
Timestamp:
10/30/09 16:06:21 (3 weeks ago)
Author:
desai
Message:

Documentation: updates for ssl to bcfg2.conf.5

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/bcfg2/man/bcfg2.conf.5

    r5482 r5518  
    2626 
    2727.TP 
    28 .B bundles 
    29 A list of enabled bundles 
     28.B key 
     29Specifies the path to a file containing the SSL Key. This is required on the server in all cases, and required on clients if using client certificates.  
     30 
     31.TP 
     32.B certificate 
     33The path to a file containing a PEM formatted certificate which signs the key with the ca certificate. This setting is required on the server in all cases, and required on clients if using client certificates.  
     34 
     35.TP 
     36.B ca 
     37The path to a file containing the CA certificate. This file is required on the server, and optional on clients. However, if the cacert is not present on clients, the server cannot be verified.  
    3038 
    3139.TP