From 6c02c60b99a38c261fd8794c11f0382396e9ad6d Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 9 Dec 2010 12:34:27 +0000 Subject: use ssl for mailling list interface, as password are involved ( a more selective approach should be used later ) --- modules/sympa/templates/vhost_ml.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/sympa/templates') diff --git a/modules/sympa/templates/vhost_ml.conf b/modules/sympa/templates/vhost_ml.conf index 1f3b17f7..d8208625 100644 --- a/modules/sympa/templates/vhost_ml.conf +++ b/modules/sympa/templates/vhost_ml.conf @@ -1,5 +1,8 @@ - + ServerName ml.<%= domain %> + SSLEngine on + SSLCertificateFile /etc/ssl/apache/ml.<%= domain %>.pem + SSLCertificateKeyFile /etc/ssl/apache/ml.<%= domain %>.pem <%- path_cgi_directory = lib_dir + "/sympa/cgi" -%> -- cgit v1.2.1