Write to the log when the SSL key is created
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user