public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/3] vpnmain.cgi: Do not use a bad source for randomness
@ 2024-01-30 17:45 Michael Tremer
  2024-01-30 17:45 ` [PATCH 2/3] vpnmain.cgi: Return the entire error message if OpenSSL fails Michael Tremer
  2024-01-30 17:45 ` [PATCH 3/3] vpnmain.cgi: Add option to regenerate the host certificate Michael Tremer
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Tremer @ 2024-01-30 17:45 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 703 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 html/cgi-bin/vpnmain.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi
index 53507305f..8b05a0de7 100644
--- a/html/cgi-bin/vpnmain.cgi
+++ b/html/cgi-bin/vpnmain.cgi
@@ -2141,7 +2141,7 @@ END
 		&General::log("ipsec", "Creating a cert...");
 
 		if (open(STDIN, "-|")) {
-			my $opt = " req -nodes -rand /proc/interrupts:/proc/net/rt_cache";
+			my $opt = " req -nodes";
 			$opt .= " -newkey rsa:4096";
 			$opt .= " -keyout ${General::swroot}/certs/$cgiparams{'NAME'}key.pem";
 			$opt .= " -out ${General::swroot}/certs/$cgiparams{'NAME'}req.pem";
-- 
2.39.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-30 17:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-30 17:45 [PATCH 1/3] vpnmain.cgi: Do not use a bad source for randomness Michael Tremer
2024-01-30 17:45 ` [PATCH 2/3] vpnmain.cgi: Return the entire error message if OpenSSL fails Michael Tremer
2024-01-30 17:45 ` [PATCH 3/3] vpnmain.cgi: Add option to regenerate the host certificate Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox