From 3b7f1dd6ae9456f7d9554e3057b4a633c8d653d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Thu, 5 Jan 2017 20:58:39 +0100 Subject: [PATCH] restrict non-verified profiles to 6 months Change-Id: I901e78234d5f11e85f60d0c8ea10ebb476d857e8 --- profiles/0001-client.cfg | 2 +- profiles/0002-mail.cfg | 2 +- profiles/0003-client-mail.cfg | 2 +- profiles/0004-server.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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) -- 2.39.2