From 8d91f593c02f673eeaa1d332b470127b84edac59 Mon Sep 17 00:00:00 2001 From: Frogg Date: Tue, 12 May 2026 23:22:23 +0200 Subject: [PATCH] =?UTF-8?q?-=20fix=20de=20la=20g=C3=A9n=C3=A9ration=20du?= =?UTF-8?q?=20certificat=20.pfx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- func/deb_sys.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/func/deb_sys.sh b/func/deb_sys.sh index 728ba91..f678e6f 100644 --- a/func/deb_sys.sh +++ b/func/deb_sys.sh @@ -790,6 +790,7 @@ do_deb_sys_cert_install(){ -out \"$cert_pfx\" \ -inkey \"$cert_key\" \ -in \"$pfx_input\" \ + -certfile \"$pfx_input\" \ -passout pass: \ -legacy \ && chown root:\"$current_group\" \"$cert_pfx\" \