MINOR: ssl: add 'crt-base' and 'ca-base' global statements.
authorEmeric Brun <ebrun@exceliance.fr>
Tue, 2 Oct 2012 16:42:10 +0000 (18:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 5 Oct 2012 19:46:52 +0000 (21:46 +0200)
commitc8e8d122575af413bfaf91fcbcc2708a86c7d90f
treed99b2974a119bc338f7f7edd9a6e153c4ba65719
parent9fa8973abb84d30888759c8f3690c86ec708873f
MINOR: ssl: add 'crt-base' and 'ca-base' global statements.

'crt-base' sets root directory used for relative certificates paths.
'ca-base' sets root directory used for relative CAs and CRLs paths.
doc/configuration.txt
include/types/global.h
src/cfgparse.c
src/ssl_sock.c