From beb2c0e2d0a437684cfe567e7e746ebeed38f71d Mon Sep 17 00:00:00 2001 From: Jonatan Schlag Date: Thu, 18 Feb 2021 17:09:53 +0100 Subject: [PATCH] Move to show certs in main cgi Signed-off-by: Jonatan Schlag --- html/cgi-bin/vpnmain.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index e7d622057e..55993e852a 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -2982,7 +2982,7 @@ END if (($confighash{$key}[4] eq 'cert') && ($confighash{$key}[2] ne '%auth-dn')) { print < -
+ @@ -3108,7 +3108,7 @@ EOF $Lang::tr{'root certificate'} $casubject - +
@@ -3141,7 +3141,7 @@ END $Lang::tr{'host certificate'} $hostsubject -
+
@@ -3180,7 +3180,7 @@ END print "$cahash{$key}[1]\n"; print < -
+ -- 2.47.2