<td align="right"><?php print_string('publickey', 'mnet'); ?>:</td>
<td><pre><?php echo $MNET->public_key; ?></pre></td>
</tr>
+ <tr valign="top">
+ <td align="right"><?php print_string('expires', 'mnet'); ?>:</td>
+ <td><?php echo userdate($MNET->public_key_expires); ?></td>
+ </tr>
<tr valign="top">
<td align="right"><?php print_string('net', 'mnet'); ?>:</td>
<td><input type="hidden" name="sesskey" value="<?php echo $USER->sesskey ?>" />
$string['https_self_signed_help'] = 'Permit connections using a self-signed DIY SSL in PHP on the remote host over http.';
$string['hostexists'] = 'A record already exists for that host and Moodle deployment with ID $a.<br />Click on <em>Continue</em> to edit that record.';
$string['publickey'] = 'Public key';
+$string['expires'] = 'Valid until';
$string['publickey_help'] = 'The public key is automatically obtained from the remote server.';
$string['couldnotgetcert'] = 'No certificate found at <br />$a. <br />The host may be down or incorrectly configured.';
$string['ipaddress'] = 'IP address';