From: Felix Dörre Date: Wed, 22 Apr 2015 19:29:43 +0000 (+0200) Subject: ADD: include and requires property for profiles X-Git-Url: https://code.wpia.club/?p=nre.git;a=commitdiff_plain;h=84bd06f38d265392a8681ca73970b2e62fad46a9;hp=3e36d0b44f5f3862fd324e433f551387ffba859b ADD: include and requires property for profiles --- 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