From: Felix Dörre Date: Thu, 23 Apr 2015 16:59:42 +0000 (+0200) Subject: upd: clarify profile syntax X-Git-Url: https://code.wpia.club/?p=nre.git;a=commitdiff_plain;h=d3d0915639e029cb1d3b670419ba1daed27d0350 upd: clarify profile syntax --- diff --git a/profiles/0001-client.cfg b/profiles/0001-client.cfg index 4bba14c..89a9f97 100644 --- a/profiles/0001-client.cfg +++ b/profiles/0001-client.cfg @@ -2,4 +2,4 @@ ca=unassured ku=digitalSignature, keyEncipherment, keyAgreement eku=clientAuth days=732 -include=email+,WoTUser +include=email+,name=WoTUser diff --git a/profiles/0002-mail.cfg b/profiles/0002-mail.cfg index 38b8023..7ba4b87 100644 --- a/profiles/0002-mail.cfg +++ b/profiles/0002-mail.cfg @@ -2,4 +2,4 @@ ca=unassured ku=digitalSignature, keyEncipherment, keyAgreement eku=emailProtection days=732 -include=email+,WoTUser +include=email+,name=WoTUser diff --git a/profiles/0003-client-mail.cfg b/profiles/0003-client-mail.cfg index 3db8274..6172ddb 100644 --- a/profiles/0003-client-mail.cfg +++ b/profiles/0003-client-mail.cfg @@ -2,4 +2,4 @@ ca=unassured ku=digitalSignature, keyEncipherment, keyAgreement eku=clientAuth, emailProtection days=732 -include=email+,WoTUser +include=email+,name=WoTUser