summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-03-02 14:52:04 +0000
committerErmal Luçi <eri@pfsense.org>2008-03-02 14:52:04 +0000
commite7a4132d5084e27ae8fb61b4c09233715f1b404c (patch)
tree19e9222e9a4446e3e3e429507d052619a8e7f8cc /usr
parent712331c35f97eae795d7a7eb24b6989e17d355e5 (diff)
downloadpfsense-e7a4132d5084e27ae8fb61b4c09233715f1b404c.zip
pfsense-e7a4132d5084e27ae8fb61b4c09233715f1b404c.tar.gz
Introduce the Certificate generation tab for openvpn and use the certifacte generation page created by Scott.
Add the table missing tab to the certificate generation page.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/pkg/openvpn.xml4
-rwxr-xr-xusr/local/www/vpn_openvpn_create_certs.php2
2 files changed, 5 insertions, 1 deletions
diff --git a/usr/local/pkg/openvpn.xml b/usr/local/pkg/openvpn.xml
index 7e412a1..a0a0b74 100644
--- a/usr/local/pkg/openvpn.xml
+++ b/usr/local/pkg/openvpn.xml
@@ -18,6 +18,10 @@
<text>Client-specific configuration</text>
<url>/pkg.php?xml=openvpn_csc.xml</url>
</tab>
+ <tab>
+ <text>Certificate generation</text>
+ <url>/vpn_openvpn_create_certs.php</url>
+ </tab>
</tabs>
<adddeleteeditpagefields>
<columnitem>
diff --git a/usr/local/www/vpn_openvpn_create_certs.php b/usr/local/www/vpn_openvpn_create_certs.php
index b665aa8..5a7992a 100755
--- a/usr/local/www/vpn_openvpn_create_certs.php
+++ b/usr/local/www/vpn_openvpn_create_certs.php
@@ -340,7 +340,7 @@ function f(ta_id){
<input name="Submit" type="submit" class="formbtn" value="Save">
</td>
</tr>
-
+ </table>
<?php include("fend.inc"); ?>
</body>
</html>
OpenPOWER on IntegriCloud