From 84bd06f38d265392a8681ca73970b2e62fad46a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Wed, 22 Apr 2015 21:29:43 +0200 Subject: [PATCH] ADD: include and requires property for profiles --- profiles/0001-client.cfg | 1 + profiles/0002-mail.cfg | 1 + profiles/0003-client-mail.cfg | 1 + profiles/0004-server.cfg | 1 + profiles/0005-client-a.cfg | 2 ++ profiles/0006-mail-a.cfg | 2 ++ profiles/0007-client-mail-a.cfg | 2 ++ profiles/0008-server-a.cfg | 2 ++ profiles/0009-code-a.cfg | 2 ++ 9 files changed, 14 insertions(+) diff --git a/profiles/0001-client.cfg b/profiles/0001-client.cfg index 6e88e3a..4bba14c 100644 --- a/profiles/0001-client.cfg +++ b/profiles/0001-client.cfg @@ -2,3 +2,4 @@ ca=unassured ku=digitalSignature, keyEncipherment, keyAgreement eku=clientAuth days=732 +include=email+,WoTUser diff --git a/profiles/0002-mail.cfg b/profiles/0002-mail.cfg index 8a2cdff..38b8023 100644 --- a/profiles/0002-mail.cfg +++ b/profiles/0002-mail.cfg @@ -2,3 +2,4 @@ ca=unassured ku=digitalSignature, keyEncipherment, keyAgreement eku=emailProtection days=732 +include=email+,WoTUser diff --git a/profiles/0003-client-mail.cfg b/profiles/0003-client-mail.cfg index 861d069..3db8274 100644 --- a/profiles/0003-client-mail.cfg +++ b/profiles/0003-client-mail.cfg @@ -2,3 +2,4 @@ ca=unassured ku=digitalSignature, keyEncipherment, keyAgreement eku=clientAuth, emailProtection days=732 +include=email+,WoTUser diff --git a/profiles/0004-server.cfg b/profiles/0004-server.cfg index e8f931d..6edcc0d 100644 --- a/profiles/0004-server.cfg +++ b/profiles/0004-server.cfg @@ -2,3 +2,4 @@ ca=unassured ku=digitalSignature, keyEncipherment, keyAgreement eku=serverAuth days=732 +include=domain+ diff --git a/profiles/0005-client-a.cfg b/profiles/0005-client-a.cfg index 1d8cc2e..0126b98 100644 --- a/profiles/0005-client-a.cfg +++ b/profiles/0005-client-a.cfg @@ -2,3 +2,5 @@ ca=assured ku=digitalSignature, keyEncipherment, keyAgreement eku=clientAuth days=732 +include=email+,name? +requires=points>=50 diff --git a/profiles/0006-mail-a.cfg b/profiles/0006-mail-a.cfg index 911c3db..5a5e966 100644 --- a/profiles/0006-mail-a.cfg +++ b/profiles/0006-mail-a.cfg @@ -2,3 +2,5 @@ ca=assured ku=digitalSignature, keyEncipherment, keyAgreement eku=emailProtection days=732 +include=email+,name? +requires=points>=50 diff --git a/profiles/0007-client-mail-a.cfg b/profiles/0007-client-mail-a.cfg index 34a7e98..24816e2 100644 --- a/profiles/0007-client-mail-a.cfg +++ b/profiles/0007-client-mail-a.cfg @@ -2,3 +2,5 @@ ca=assured ku=digitalSignature, keyEncipherment, keyAgreement eku=clientAuth, emailProtection days=732 +include=email+,name? +requires=points>=50 diff --git a/profiles/0008-server-a.cfg b/profiles/0008-server-a.cfg index 6bdb7c7..1d00e2c 100644 --- a/profiles/0008-server-a.cfg +++ b/profiles/0008-server-a.cfg @@ -2,3 +2,5 @@ ca=assured ku=digitalSignature, keyEncipherment, keyAgreement eku=serverAuth days=732 +include=domain+,name? +requires=points>=50 diff --git a/profiles/0009-code-a.cfg b/profiles/0009-code-a.cfg index 39f3e48..c1033ff 100644 --- a/profiles/0009-code-a.cfg +++ b/profiles/0009-code-a.cfg @@ -2,3 +2,5 @@ ca=codesign ku=digitalSignature, keyEncipherment, keyAgreement eku=codeSigning, msCodeInd, msCodeCom days=732 +include=email+,name +requires=points>=100,codesign -- 2.39.2