summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-04-27 20:45:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-04-27 20:45:18 +0000
commitb6601324d5e3651adc9edc53e23d54485df86efd (patch)
tree8ced248cc5bf9311345d06e73e26aa858be31b3f /usr
parent409288e077087781626a8c91e2398cae814f4f75 (diff)
downloadpfsense-b6601324d5e3651adc9edc53e23d54485df86efd.zip
pfsense-b6601324d5e3651adc9edc53e23d54485df86efd.tar.gz
Rename description to caexpires and output the expiration date as opposed
to a half implemented "Nothing".
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/vpn_openvpn_certs.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr/local/www/vpn_openvpn_certs.php b/usr/local/www/vpn_openvpn_certs.php
index 5ab91e6..1c212be 100644
--- a/usr/local/www/vpn_openvpn_certs.php
+++ b/usr/local/www/vpn_openvpn_certs.php
@@ -81,12 +81,17 @@ include("head.inc");
</td></tr>
<tr><td>
<table class="tabcont" width="100%" border="0" cellpadding="2" cellspacing="0">
- <tr><td class="listhdrr" width="35%">Certificates</td><td width="60%" class="listhdrr">Description</td></tr>
+ <tr>
+ <td class="listhdrr" width="35%">Certificates</td>
+ <td width="60%" class="listhdrr">Expires</td></tr>
<?php foreach ($certificates as $cert => $ca) { ?>
<tr class="vtable">
<td class="listlr" width="35%">
<?=$cert;?>
- </td><td class="listr" width="60%"></td>
+ </td>
+ <td class="listr" width="60%">
+ <?=$ca['caexpire'];?>
+ </td>
<td><a href="
<?php
if ($ca['existing'] == "yes")
OpenPOWER on IntegriCloud