Add definition for proxy certs

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17254 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-26 13:31:26 +00:00
parent 0c10f202f4
commit a52db0479d

View File

@@ -66,6 +66,12 @@ basicConstraints=CA:FALSE
keyUsage = nonRepudiation, keyEncipherment keyUsage = nonRepudiation, keyEncipherment
subjectKeyIdentifier = hash subjectKeyIdentifier = hash
[ proxy_cert ]
basicConstraints=CA:FALSE
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
subjectKeyIdentifier = hash
proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:1,policy:text:foo
[ usr_cert_ds ] [ usr_cert_ds ]
basicConstraints=CA:FALSE basicConstraints=CA:FALSE
keyUsage = nonRepudiation, digitalSignature keyUsage = nonRepudiation, digitalSignature