more notes on Windows install
This commit is contained in:
parent
ad86a5193e
commit
eb6cefaea3
1 changed files with 4 additions and 3 deletions
|
@ -151,9 +151,10 @@ function check_keys() {
|
||||||
|
|
||||||
// Get private key
|
// Get private key
|
||||||
|
|
||||||
if(! $res)
|
if(! $res) {
|
||||||
$o .= t('Error: the "openssl_pkey_new" function on this system is not able to generate encryption keys') . EOL;
|
$o .= t('Error: the "openssl_pkey_new" function on this system is not able to generate encryption keys') . EOL;
|
||||||
|
$o .= t('If running under Windows, please see "http://www.php.net/manual/en/openssl.installation.php".') . EOL;
|
||||||
|
}
|
||||||
return $o;
|
return $o;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue