From 5a428535a45dcc6e1c71d3b4a221fad60d29658f Mon Sep 17 00:00:00 2001 From: RKolodziejczxyk <itdesk-stacja@dlk.pl> Date: Thu, 30 Jul 2015 06:11:18 -0400 Subject: [PATCH] Fixing error in CSR (by disabling challenge phrase) when creating using ispConfig: --- server/plugins-available/apache2_plugin.inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/plugins-available/apache2_plugin.inc.php b/server/plugins-available/apache2_plugin.inc.php index 98a5378..25147e4 100644 --- a/server/plugins-available/apache2_plugin.inc.php +++ b/server/plugins-available/apache2_plugin.inc.php @@ -283,7 +283,7 @@ emailAddress = webmaster@".$data['new']['domain']." [ req_attributes ] - challengePassword = A challenge password"; + ";//challengePassword = A challenge password"; $ssl_cnf_file = $ssl_dir.'/openssl.conf'; $app->system->file_put_contents($ssl_cnf_file, $ssl_cnf); -- Gitblit v1.9.1