Marius Cramer
2015-07-30 1271ad0e6995d021f5265365d1528709b3b9bb33
Merge branch 'csr_challenge_password' into 'master'

Fixing error in CSR (by disabling challenge phrase) when creating using ispConfig:

https://ssltools.websecurity.symantec.com/checker/views/csrCheck.jsp
You have 1 error
Your CSR contains a challenge phrase.
Adding a challenge phrase to a CSR is not a secure practice. Please generate a new CSR that does not contain a challenge phrase.

The problem occure while buying a cert from https://www.ssls.com/
The support reply with:
"Please regenerate it without the passphrase and try to activate the certificate once again."

See merge request !215
1 files modified
2 ■■■ changed files
server/plugins-available/apache2_plugin.inc.php 2 ●●● patch | view | raw | blame | history
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);