mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
vpnmain.cgi: Fix extra whitespace in exported pk12 file
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> Reviewed-by: Michael Tremer <michael.tremer@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
5a3cafb225
commit
f8384fbf8d
@@ -1242,7 +1242,7 @@ END
|
||||
open(FILE, "${General::swroot}/certs/$confighash{$cgiparams{'KEY'}}[1].p12");
|
||||
my @p12 = <FILE>;
|
||||
close(FILE);
|
||||
print "@p12";
|
||||
print join("", @p12);
|
||||
|
||||
exit (0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user