From 472bdf2c630270685bfba3f32bcfa7e040fee479 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Fri, 15 May 2015 00:37:01 +0200 Subject: [PATCH] upd: orga-requires has wrong keys --- profiles/0010-client-orga.cfg | 2 +- profiles/0011-mail-orga.cfg | 2 +- profiles/0012-client-mail-orga.cfg | 2 +- profiles/0013-server-orga.cfg | 2 +- profiles/0014-code-orga.cfg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/profiles/0010-client-orga.cfg b/profiles/0010-client-orga.cfg index 6ff4f71..44e7905 100644 --- a/profiles/0010-client-orga.cfg +++ b/profiles/0010-client-orga.cfg @@ -2,6 +2,6 @@ ca=orga ku=digitalSignature, keyEncipherment, keyAgreement eku=clientAuth days=732 -include=orga,orgaEmail+,orgName? +include=orga,email+,name? requires=points>=100 name=ssl-client (orga) diff --git a/profiles/0011-mail-orga.cfg b/profiles/0011-mail-orga.cfg index 0850a85..c87aecf 100644 --- a/profiles/0011-mail-orga.cfg +++ b/profiles/0011-mail-orga.cfg @@ -2,6 +2,6 @@ ca=orga ku=digitalSignature, keyEncipherment, keyAgreement eku=emailProtection days=732 -include=orga,orgaEmail+,orgName? +include=orga,email+,name? requires=points>=100 name=mail (orga) diff --git a/profiles/0012-client-mail-orga.cfg b/profiles/0012-client-mail-orga.cfg index 4d195dc..41201ea 100644 --- a/profiles/0012-client-mail-orga.cfg +++ b/profiles/0012-client-mail-orga.cfg @@ -2,6 +2,6 @@ ca=orga ku=digitalSignature, keyEncipherment, keyAgreement eku=clientAuth, emailProtection days=732 -include=orga,orgaEmail+,orgName? +include=orga,email+,name? requires=points>=100 name=ssl-client + mail(orga) diff --git a/profiles/0013-server-orga.cfg b/profiles/0013-server-orga.cfg index 8e585e0..67e135c 100644 --- a/profiles/0013-server-orga.cfg +++ b/profiles/0013-server-orga.cfg @@ -2,6 +2,6 @@ ca=orga ku=digitalSignature, keyEncipherment, keyAgreement eku=serverAuth days=732 -include=orga,orgaDomain+ +include=orga,domain+ requires=points>=100 name=ssl-server (orga) diff --git a/profiles/0014-code-orga.cfg b/profiles/0014-code-orga.cfg index 04b42db..55b5247 100644 --- a/profiles/0014-code-orga.cfg +++ b/profiles/0014-code-orga.cfg @@ -2,6 +2,6 @@ ca=orgaSign ku=digitalSignature, keyEncipherment, keyAgreement eku=codeSigning, msCodeInd, msCodeCom days=732 -include=orga,email+,orgaName +include=orga,email+,name requires=points>=100,codesign name=codesign (orga) -- 2.47.3