diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2016-12-20 17:00:45 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2016-12-20 17:00:45 +0100 |
commit | aabb36836ebfca9fe8cdc70dff13c0be7e5e761c (patch) | |
tree | 79b1f6706f0f51fc9e8f0948268e254ddb63de49 /moaSig/handbook/conf | |
parent | f51caf2aafe4a5bdc4383d08f74036f6be3cc31b (diff) | |
download | moa-sig-aabb36836ebfca9fe8cdc70dff13c0be7e5e761c.tar.gz moa-sig-aabb36836ebfca9fe8cdc70dff13c0be7e5e761c.tar.bz2 moa-sig-aabb36836ebfca9fe8cdc70dff13c0be7e5e761c.zip |
add next missing parts for new TSL lib
Diffstat (limited to 'moaSig/handbook/conf')
-rw-r--r-- | moaSig/handbook/conf/moa-spss/sp.minimum_with_tsl.config.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/moaSig/handbook/conf/moa-spss/sp.minimum_with_tsl.config.xml b/moaSig/handbook/conf/moa-spss/sp.minimum_with_tsl.config.xml index 8d7541b..2a8cdd0 100644 --- a/moaSig/handbook/conf/moa-spss/sp.minimum_with_tsl.config.xml +++ b/moaSig/handbook/conf/moa-spss/sp.minimum_with_tsl.config.xml @@ -25,6 +25,8 @@ <!-- </cfg:Common>-->
<cfg:SignatureVerification>
<cfg:CertificateValidation>
+ <!-- ReadTimeout in seconds-->
+ <cfg:ReadTimeout>30</cfg:ReadTimeout>
<cfg:PathConstruction>
<cfg:AutoAddCertificates>true</cfg:AutoAddCertificates>
<cfg:UseAuthorityInformationAccess>true</cfg:UseAuthorityInformationAccess>
@@ -49,7 +51,9 @@ <cfg:EUTSL>
<!-- Optional kann eine Länderliste mit zweistelligen Länderkürzeln angegeben werden (d.h. nur die -->
<!-- Vertrauensanker der angegeben Länder werden importiert) -->
- <!--<cfg:CountrySelection>AT,BE</cfg:CountrySelection>-->
+ <cfg:CountrySelection>AT,BE</cfg:CountrySelection>
+ <cfg:AllowedTSPStatus></cfg:AllowedTSPStatus>
+ <cfg:AllowedTSPServiceTypes></cfg:AllowedTSPServiceTypes>
</cfg:EUTSL>
</cfg:TrustProfile>
</cfg:PathValidation>
|