Alon Bar-Lev has posted comments on this change.

Change subject: pki: use PKCS#12 format to store keys
......................................................................


Patch Set 6: (2 inline comments)

This will be pushed after 3.1... then we notify.

....................................................
File backend/manager/conf/ca/CreateCA.sh
Line 34:        openssl ca -selfsign -out ca.pem -in requests/ca.csr \
Line 35:                -keyfile private/ca.pem -days 3650 -startdate $4 \
Line 36:                -config openssl.conf -extfile cacert.conf \
Line 37:                -extensions v3_ca -batch && \
Line 38:        openssl x509 -in ca.pem -out certs/ca.der
Come on, this is a shell script, tabs were used even before.

In java, python I don't agree but comply. At script?!?!?!
Line 39: 
Line 40: exit $?


....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
Line 865:     @DefaultValueAttribute("SignReq.bat")
Line 866:     SignScriptName(264),
Line 867: 
Line 868:     @TypeConverterAttribute(String.class)
Line 869:     @DefaultValueAttribute("1")
Done
Line 870:     CertAlias(265),
Line 871: 
Line 872:     @Reloadable
Line 873:     @TypeConverterAttribute(String.class)


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I2abda5778477faff09798a43cf3dc96435efb272
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Barak Azulay <bazu...@redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com>
Gerrit-Reviewer: Itamar Heim <ih...@redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschr...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to