]
Sonia Zaldana updated WFLY-14007:
---------------------------------
Git Pull Request:
Certificate Revocation Lists
----------------------------
Key: WFLY-14007
URL:
https://issues.redhat.com/browse/WFLY-14007
Project: WildFly
Issue Type: Feature Request
Reporter: Sonia Zaldana
Assignee: Sonia Zaldana
Priority: Major
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].
[
1] [https://access.redhat.com/documentation/en-us/red_hat_jboss_enterpris...]
[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>