CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/08/05 20:04:42
Modified files:
usr.sbin/httpd : config.c httpd.8 httpd.h parse.y server.c
Log message:
Load the SSL public/private keys in the parent process, then provide them
to the privsep process via imsg. This allows the keys to be moved out of
the chroot (now /etc/ssl/server.crt, /etc/ssl/private/server.key).
ok reyk@
