Skip to content

Commit

Permalink
Merge pull request #478 from hpehl/HAL-1593
Browse files Browse the repository at this point in the history
HAL-1593: Configure certificate authority
  • Loading branch information
bstansberry authored Jul 2, 2024
2 parents e396ea8 + 3fef90c commit f841f70
Showing 1 changed file with 61 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
= Configure the certificate authority used by a certificate-authority-account
:author: Harald Pehl
:email: [email protected]
:toc: left
:icons: font
:idprefix:
:idseparator: -
:issue-base-url: https://issues.redhat.com/browse

== Overview

Currently, Let's Encrypt (https://acme-v02.api.letsencrypt.org/directory) is the only certificate authority that can be used by a certificate-authority-account. In the future, if/when other certificate authorities implement the server side of the ACME protocol, this will need to be configurable. In addition, making this configurable would also allow local Let's Encrypt server instances to be used for testing purposes.

== Issue Metadata

=== Issue

* {issue-base-url}/HAL-1593[HAL-1593]
* {issue-base-url}/EAP7-1276[EAP7-1276]

=== 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

Provide UI views to configure the newly added Elytron resource `/subsystem=elytron/certificate-authority=*`.

=== Affected UI

* Configuration / Subsystems / Security / Other Settings / Other Settings / Certificate Authority

=== Affected Resources

* `/subsystem=elytron/certificate-authority=*`

== Test Plan

New tests will be added to the test suite that tests the new resource.

== Community Documentation

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

0 comments on commit f841f70

Please sign in to comment.