Alon Bar-Lev has posted comments on this change.
Change subject: pki: split enroll out of create CA
......................................................................
Patch Set 1: (3 inline comments)
Thanks!
....................................................
File packaging/etc/pki/CreateCA.sh
Line 24: rm -f database.txt*
Line 25: touch database.txt .rnd || die "Cannot write to database.txt"
Line 26: chown --reference=. serial.txt* database.txt* .rnd* || die
"Cannot set database permissions"
Line 27:
Line 28: touch private/ca.pem
the chown will fail :)
Line 29: chown --reference=private private/ca.pem || die "Cannot set CA
private key permissions"
Line 30: openssl genrsa \
Line 31: -out private/ca.pem \
Line 32: 2048 \
....................................................
File packaging/etc/pki/enroll.sh
Line 30: "${pass}" \
Line 31: || die "Cannot sign request"
Line 32: [ -s "${PKIDIR}/certs/${name}.cer" ] || die "Certificate
enrollment failed"
Line 33:
Line 34: touch "${PKIDIR}/keys/${name}.p12"
the chmod will fail.
Line 35: chmod go-rwx "${PKIDIR}/keys/${name}.p12"
Line 36: openssl \
Line 37: pkcs12 \
Line 38: -export \
Line 31: || die "Cannot sign request"
Line 32: [ -s "${PKIDIR}/certs/${name}.cer" ] || die "Certificate
enrollment failed"
Line 33:
Line 34: touch "${PKIDIR}/keys/${name}.p12"
Line 35: chmod go-rwx "${PKIDIR}/keys/${name}.p12"
Right.
Line 36: openssl \
Line 37: pkcs12 \
Line 38: -export \
Line 39: -in "${PKIDIR}/certs/${name}.cer" \
--
To view, visit http://gerrit.ovirt.org/15499
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I8f3a8ae1fb061532cdafd5bc7961c5178d7948a0
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Ofer Schreiber <[email protected]>
Gerrit-Reviewer: Sandro Bonazzola <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches