Skip to content

Commit 5a42853

Browse files
author
RKolodziejczxyk
committed
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."
1 parent e9d5c95 commit 5a42853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ function ssl($event_name, $data) {
283283
emailAddress = webmaster@".$data['new']['domain']."
284284
285285
[ req_attributes ]
286-
challengePassword = A challenge password";
286+
";//challengePassword = A challenge password";
287287

288288
$ssl_cnf_file = $ssl_dir.'/openssl.conf';
289289
$app->system->file_put_contents($ssl_cnf_file, $ssl_cnf);

0 commit comments

Comments
 (0)