-
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 #478 from hpehl/HAL-1593
HAL-1593: Configure certificate authority
- Loading branch information
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
61 changes: 61 additions & 0 deletions
61
...1593_Configure_certificate_authority_used_by_certificate-authority-account.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,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 |