-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #480 from hpehl/HAL-1590
HAL-1590: Configure OCSP in Elytron Trust Manager
- Loading branch information
Showing
1 changed file
with
62 additions
and
0 deletions.
There are no files selected for viewing
62 changes: 62 additions & 0 deletions
62
console/HAL-1590_Configure_SSL_Certificate_revocation_using_OCSP.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |