Skip to content

Commit

Permalink
Merge pull request #480 from hpehl/HAL-1590
Browse files Browse the repository at this point in the history
HAL-1590: Configure OCSP in Elytron Trust Manager
  • Loading branch information
bstansberry authored Jul 2, 2024
2 parents 765dfbc + 9d30155 commit 5e03a91
Showing 1 changed file with 62 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
= Configure SSL Certificate revocation using OCSP
:author: Harald Pehl
:email: [email protected]
:toc: left
:icons: font
:idprefix:
:idseparator: -
:issue-base-url: https://issues.redhat.com/browse

== Overview

Provide undertow's client certificate revocation capability when undertow is used as a load balancer using OCSP.
(CRL capability is provided in the earlier release as part of Elytron SSL Consolidation effort that this JIRA is cloned from)

== Issue Metadata

=== Issue

* {issue-base-url}/HAL-1590[HAL-1590]
* {issue-base-url}/EAP7-1270[EAP7-1270]

=== Related Issues

* n/a

=== Dev Contacts

* mailto:[email protected][Harald Pehl]

=== QE Contacts

* mailto:[email protected][Simon Priadka]

=== Testing By

[x] Engineering
[ ] QE

=== Affected Projects or Components

* WildFly
* HAL

== Requirements

Add support for the new complex attribute `ocsp` in `/subsystem=elytron/trust-manager=*`.

=== Affected UI

* Configuration / Subsystems / Elytron / Other Settings / SSL / Trust Manager

=== Affected Resources

* `/subsystem=elytron/trust-manager=*`

== Test Plan

Add tests to the test suite to test the newly added attribute.

== Community Documentation

See the official HAL website at https://hal.github.io

0 comments on commit 5e03a91

Please sign in to comment.