Alon Bar-Lev has posted comments on this change.

Change subject: pki: Add a script to extract parts from a PKCS#12
......................................................................


Patch Set 7: (1 inline comment)

....................................................
File packaging/bin/pki-pkcs12-extract.sh
Line 9:         local pkcs12="${PKIDIR}/keys/${name}.p12"
Line 10:        common_backup "${key}"
Line 11: 
Line 12:        enc="-nodes"
Line 13:        [ -n "${passout}" ] && enc=""
please revert...

 local extra_parameters

 [ -z "${passout}" ] && extra_parameters="-nodes"
Line 14: 
Line 15:        touch "${key}"
Line 16:        chmod go-rwx "${key}" || die "Cannot set key permissions"
Line 17:        # ${enc} is not quoted as openssl does not accept empty args


-- 
To view, visit http://gerrit.ovirt.org/17562
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ica596fe3ef4e5f0a60ae99b0934b10433b9d5023
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yedidyah Bar David <d...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <d...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to