- fix de la génération du certificat .pfx

This commit is contained in:
Frogg 2026-05-12 23:22:23 +02:00
parent 054c0e8203
commit 8d91f593c0
1 changed files with 1 additions and 0 deletions

View File

@ -790,6 +790,7 @@ do_deb_sys_cert_install(){
-out \"$cert_pfx\" \ -out \"$cert_pfx\" \
-inkey \"$cert_key\" \ -inkey \"$cert_key\" \
-in \"$pfx_input\" \ -in \"$pfx_input\" \
-certfile \"$pfx_input\" \
-passout pass: \ -passout pass: \
-legacy \ -legacy \
&& chown root:\"$current_group\" \"$cert_pfx\" \ && chown root:\"$current_group\" \"$cert_pfx\" \