summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_certs.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-04-26 04:21:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-04-26 04:21:19 +0000
commitca9560643a9f8de924bfdb866e3e79eff28054d2 (patch)
treed551b873c17f7bfd0f25521e77dae94d1fc32615 /usr/local/www/vpn_openvpn_certs.php
parent18007a22ab1d493c9cffca8b91a96eb3571814ac (diff)
downloadpfsense-ca9560643a9f8de924bfdb866e3e79eff28054d2.zip
pfsense-ca9560643a9f8de924bfdb866e3e79eff28054d2.tar.gz
* Do not allow editing of existing CA's
* Remove shard key mode, it does not belong here
Diffstat (limited to 'usr/local/www/vpn_openvpn_certs.php')
-rw-r--r--usr/local/www/vpn_openvpn_certs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_openvpn_certs.php b/usr/local/www/vpn_openvpn_certs.php
index 2863be0..5ab91e6 100644
--- a/usr/local/www/vpn_openvpn_certs.php
+++ b/usr/local/www/vpn_openvpn_certs.php
@@ -98,7 +98,7 @@ include("head.inc");
<td><a href="vpn_openvpn_certs.php?delete=<?=$cert;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" title="<?=gettext("delete certificate");?>" width="17" height="17" border="0" alt="" /></a></td>
</tr>
<?php } ?>
- <tr><td colspan="2"></td><td><a href="vpn_openvpn_certs_create.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add a new certificate");?>" width="17" height="17" border="0" alt="" /></a></td></tr>
+ <tr><td colspan="2"></td><td><a href="vpn_openvpn_certs_create.php?add=true"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add a new certificate");?>" width="17" height="17" border="0" alt="" /></a></td></tr>
<tr>
<td colspan="2" >To import existing certificates please <a href="vpn_openvpn_certs_existing.php">
click this link.</a>
OpenPOWER on IntegriCloud