From 2673a432a96a283fbd768866dbeb3be74c916637 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Wed, 10 Aug 2011 08:04:14 +0200 Subject: fix #707917 - add httpd-ssl-pass-dialog to ask for SSL password using systemd --- ssl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl.conf') diff --git a/ssl.conf b/ssl.conf index 384c354..d335c89 100644 --- a/ssl.conf +++ b/ssl.conf @@ -28,7 +28,7 @@ Listen 443 # Configure the pass phrase gathering process. # The filtering dialog program (`builtin' is a internal # terminal dialog) has to provide the pass phrase on stdout. -SSLPassPhraseDialog builtin +SSLPassPhraseDialog exec:/usr/libexec/httpd-ssl-pass-dialog # Inter-Process Session Cache: # Configure the SSL Session Cache: First the mechanism -- cgit