[#] http://marc.info/?l=openbsd-cvs&m=140729070405703&w=2
openbsd-cvs(obsdave,2) — All
2014-08-06 06:55:08


Module name: src
Changes by: jsing@cvs.openbsd.org 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@