diff options
author | Linus Nordberg <linus@nordu.net> | 2014-06-04 15:49:10 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2014-06-04 15:49:10 +0200 |
commit | 6f3ddccfbb6faa5eb134646216f4094a268f72a5 (patch) | |
tree | 210e6ec8c4d8e5d916a464297e03b96daa5a3de5 /httpd_props.conf | |
parent | 1a76711d07a2932af0cd177af4c43f7912568b3e (diff) |
Need a CA file for httpd.
Diffstat (limited to 'httpd_props.conf')
-rw-r--r-- | httpd_props.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httpd_props.conf b/httpd_props.conf index aa1daf0..09b9338 100644 --- a/httpd_props.conf +++ b/httpd_props.conf @@ -16,5 +16,6 @@ {socket_type, {essl, % See ssl(3erl) for SSL options. [{certfile, "ctls/webroot/certs/webcert.pem"}, - {keyfile, "ctls/webroot/keys/webkey.pem"}]}} + {keyfile, "ctls/webroot/keys/webkey.pem"}, + {cacertfile, "ctls/webroot/certs/webcert.pem"}]}} ]. |