From: Felix Dörre Date: Thu, 5 Jan 2017 19:58:39 +0000 (+0100) Subject: restrict non-verified profiles to 6 months X-Git-Url: https://code.wpia.club/?p=nre.git;a=commitdiff_plain;h=3b7f1dd6ae9456f7d9554e3057b4a633c8d653d8 restrict non-verified profiles to 6 months Change-Id: I901e78234d5f11e85f60d0c8ea10ebb476d857e8 --- diff --git a/profiles/0001-client.cfg b/profiles/0001-client.cfg index f93ace9..9ba9271 100644 --- a/profiles/0001-client.cfg +++ b/profiles/0001-client.cfg @@ -1,6 +1,6 @@ ca=unassured ku=digitalSignature, keyEncipherment, keyAgreement eku=clientAuth -days=732 +days=184 include=email+,name=WoTUser name=ssl-client (unassured) diff --git a/profiles/0002-mail.cfg b/profiles/0002-mail.cfg index 9ccf6f3..fe9cbda 100644 --- a/profiles/0002-mail.cfg +++ b/profiles/0002-mail.cfg @@ -1,6 +1,6 @@ ca=unassured ku=digitalSignature, keyEncipherment, keyAgreement eku=emailProtection -days=732 +days=184 include=email+,name=WoTUser name=mail (unassured) diff --git a/profiles/0003-client-mail.cfg b/profiles/0003-client-mail.cfg index ec86720..271aed6 100644 --- a/profiles/0003-client-mail.cfg +++ b/profiles/0003-client-mail.cfg @@ -1,6 +1,6 @@ ca=unassured ku=digitalSignature, keyEncipherment, keyAgreement eku=clientAuth, emailProtection -days=732 +days=184 include=email+,name=WoTUser name=ssl-client + mail (unassured) diff --git a/profiles/0004-server.cfg b/profiles/0004-server.cfg index c13750d..d52cd63 100644 --- a/profiles/0004-server.cfg +++ b/profiles/0004-server.cfg @@ -1,6 +1,6 @@ ca=unassured ku=digitalSignature, keyEncipherment, keyAgreement eku=serverAuth -days=732 +days=184 include=domain+ name=ssl-server (unassured)