From d1b6d05cdca9f7452f12da8f048b1cf4e4f2f006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 26 Apr 2006 16:15:33 +0000 Subject: [PATCH] add def for proxy10_cert git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17269 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/data/openssl.cnf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/hx509/data/openssl.cnf b/lib/hx509/data/openssl.cnf index d1841e445..3a3dd575f 100644 --- a/lib/hx509/data/openssl.cnf +++ b/lib/hx509/data/openssl.cnf @@ -72,6 +72,12 @@ keyUsage = nonRepudiation, digitalSignature, keyEncipherment subjectKeyIdentifier = hash proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:1,policy:text:foo +[ proxy10_cert ] +basicConstraints=CA:FALSE +keyUsage = nonRepudiation, digitalSignature, keyEncipherment +subjectKeyIdentifier = hash +proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:10,policy:text:foo + [ usr_cert_ds ] basicConstraints=CA:FALSE keyUsage = nonRepudiation, digitalSignature