Alon Bar-Lev has uploaded a new change for review.

Change subject: pki: comply with rfc2459 UTCTime restriction
......................................................................

pki: comply with rfc2459 UTCTime restriction

Change-Id: If9f99ed24280f57c682e447781463db443c430c6
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1210486
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M packaging/bin/pki-enroll-request.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/61/40161/1

diff --git a/packaging/bin/pki-enroll-request.sh 
b/packaging/bin/pki-enroll-request.sh
index 411e526..e31ecfd 100755
--- a/packaging/bin/pki-enroll-request.sh
+++ b/packaging/bin/pki-enroll-request.sh
@@ -27,7 +27,7 @@
                -days "${days}" \
                -in "${req}" \
                -out "${cert}" \
-               -startdate "$(date --utc --date "now -1 days" 
+"%y%m%d%H%M%S%z")" \
+               -startdate "$(date --utc --date "now -1 days" 
+"%y%m%d%H%M%SZ")" \
                ${subject:+-subj "${subject}"} \
                ${EXTRA_COMMAND} \
                || die "Cannot sign certificate"


-- 
To view, visit https://gerrit.ovirt.org/40161
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If9f99ed24280f57c682e447781463db443c430c6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to