From fc7900e75ef22474feab633d766ae63af939b391 Mon Sep 17 00:00:00 2001 From: donal72 Date: Mon, 15 Jan 2007 09:14:41 +0000 Subject: [PATCH] MNet: Display expiry date of local certificate --- admin/mnet/index.php | 4 ++++ lang/en_utf8/mnet.php | 1 + 2 files changed, 5 insertions(+) diff --git a/admin/mnet/index.php b/admin/mnet/index.php index 563b60db0f..cad87c35a7 100644 --- a/admin/mnet/index.php +++ b/admin/mnet/index.php @@ -105,6 +105,10 @@ :
public_key; ?>
+ + : + public_key_expires); ?> + : diff --git a/lang/en_utf8/mnet.php b/lang/en_utf8/mnet.php index 4ad2627240..c02fe73eab 100644 --- a/lang/en_utf8/mnet.php +++ b/lang/en_utf8/mnet.php @@ -156,6 +156,7 @@ $string['http_verified_help'] = 'Permit connections using a verified S $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.
Click on Continue 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
$a.
The host may be down or incorrectly configured.'; $string['ipaddress'] = 'IP address'; -- 2.39.5