-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
None
Add support for multiple Certificate Revocation Lists
Currently it is possible to configure one CRL [1]. But if several CAs are used, there is no way to configure several CRL files. Schema allows 1 CRL [2].
[2]
<xs:complexType name="trustManagerType">
<xs:annotation>
<xs:documentation>
Definition of a single TrustManager.
</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="certificate-revocation-list" type="certificateRevocationListType" minOccurs="0" maxOccurs="1"/>
<xs:element name="ocsp" type="ocspType" minOccurs="0" maxOccurs="1"/>
</xs:all>
- is cloned by
-
WFCORE-5170 Certificate Revocation Lists
- Closed
-
WFLY-14007 Certificate Revocation Lists
- Closed