diff options
| author | Thomas <> | 2024-08-28 13:50:16 +0200 |
|---|---|---|
| committer | Thomas <> | 2024-08-28 13:50:16 +0200 |
| commit | a23ba4d1ed4d0320626d4a7e1f132fc62dfbd417 (patch) | |
| tree | ade7a03c4bb6838d07542d7fa35d92a6d545e2bf /moaSig/common/src | |
| parent | 67ab89ce1d2f0f3793d98476da1a63404b377de3 (diff) | |
| download | moa-sig-a23ba4d1ed4d0320626d4a7e1f132fc62dfbd417.tar.gz moa-sig-a23ba4d1ed4d0320626d4a7e1f132fc62dfbd417.tar.bz2 moa-sig-a23ba4d1ed4d0320626d4a7e1f132fc62dfbd417.zip | |
feat(tsl): add TrustStore configuration property to enforce TSL availability
Diffstat (limited to 'moaSig/common/src')
| -rw-r--r-- | moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-config-3.2.0.xsd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-config-3.2.0.xsd b/moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-config-3.2.0.xsd index 279e027..d9cecf1 100644 --- a/moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-config-3.2.0.xsd +++ b/moaSig/common/src/main/resources/resources/schemas/MOA-SPSS-config-3.2.0.xsd @@ -189,13 +189,14 @@ <xs:element name="Id" type="xs:token"/> <xs:element name="TrustAnchorsLocation" type="xs:anyURI"/> <xs:element name="SignerCertsLocation" type="xs:anyURI" minOccurs="0"/> - <xs:element name="EUTSL" minOccurs="0"> + <xs:element name="EUTSL" minOccurs="0" maxOccurs="1"> <xs:complexType> <xs:sequence> <xs:element name="CountrySelection" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="AllowedTSPStatus" type="xs:string" minOccurs="0" maxOccurs="1"/> <xs:element name="AllowedTSPServiceTypes" type="xs:string" minOccurs="0" maxOccurs="1"/> </xs:sequence> + <xs:attribute name="forceAvailability" type="xs:boolean" default="true"/> </xs:complexType> </xs:element> </xs:sequence> |
