mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Write to the log when the SSL key is created
This commit is contained in:
parent
dfa1158a9b
commit
309eb04025
@ -157,6 +157,7 @@ class mnet_environment {
|
||||
set_config('openssl', implode('@@@@@@@@', $this->keypair), 'mnet');
|
||||
|
||||
update_record('mnet_host', $this);
|
||||
error_log('New public key has been generated. It expires ' . date('Y/m/d h:i:s', $this->public_key_expires));
|
||||
}
|
||||
|
||||
function get_private_key() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user