- fix de la génération du certificat .pfx
This commit is contained in:
parent
054c0e8203
commit
8d91f593c0
|
|
@ -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\" \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue