From 2d4fe57e9674a1975666c2053d07789711d32224 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 13 Feb 2021 23:57:30 +0900 Subject: Use ssl_ca_file instead of ssl_ca_path --- debian/w3mconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/w3mconfig b/debian/w3mconfig index 389cea9..fa44136 100644 --- a/debian/w3mconfig +++ b/debian/w3mconfig @@ -99,8 +99,8 @@ ssl_forbid_method 2, 3 ssl_verify_server 1 ssl_cert_file ssl_key_file -ssl_ca_path /etc/ssl/certs -ssl_ca_file +ssl_ca_path +ssl_ca_file /etc/ssl/certs/ca-certificates.crt use_cookie 1 show_cookie 0 accept_cookie 1 -- cgit v1.2.3