summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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