Write to the log when the SSL key is created

This commit is contained in:
donal 2008-02-15 08:10:50 +00:00
parent dfa1158a9b
commit 309eb04025

View File

@ -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() {