URL: https://github.com/freeipa/freeipa/pull/131
Author: ofayans
 Title: #131: Fixed script generating certs to address untrusted sub-ca
Action: opened

PR body:
"""
Changed the path length from 0 to -1 (unlimited length)

https://fedorahosted.org/freeipa/ticket/6348
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/131/head:pr131
git checkout pr131
From 2698747fa701b7e470999a9b958a618c132173cc Mon Sep 17 00:00:00 2001
From: Oleg Fayans <ofay...@redhat.com>
Date: Tue, 4 Oct 2016 14:14:19 +0200
Subject: [PATCH] Fixed script generating certs to address untrusted sub-ca

Changed the path length from 0 to -1 (unlimited length)

https://fedorahosted.org/freeipa/ticket/6348
---
 ipatests/test_integration/scripts/caless-create-pki | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipatests/test_integration/scripts/caless-create-pki b/ipatests/test_integration/scripts/caless-create-pki
index 8928e95..230516f 100644
--- a/ipatests/test_integration/scripts/caless-create-pki
+++ b/ipatests/test_integration/scripts/caless-create-pki
@@ -40,7 +40,7 @@ gen_cert() {
     crt="$(mktemp)"
     certutil -R -d "$dbdir" -s "$subject" -f "$pwfile" -z "$noise" -o "$csr" -4 -2 >/dev/null <<EOF
 y
-0
+-1
 N
 1
 7
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to