KEYCLOAK-15015 Extend KeyWrapper to add whole certificate chain in x5c parameter (#1144)
Co-authored-by: Vetle Bergstad <vetle.bergstad@evry.com> Co-authored-by: Stian Thorgersen <stianst@gmail.com>
This commit is contained in:
parent
c58139f56c
commit
ddc7e6e33d
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ the priority to make sure the new keypair becomes the active keypair.
|
|||
To add a keypair and certificate stored in a Java Keystore file on the host select `Providers` and choose `java-keystore`
|
||||
from the dropdown. You can change the priority to make sure the new keypair becomes the active keypair.
|
||||
|
||||
For the associated certificate chain to be loaded it must be imported to the Java Keystore file with the same `Key Alias` used to load the keypair.
|
||||
|
||||
.Procedure
|
||||
. Select the realm in the Admin Console.
|
||||
. Click *Realm settings*.
|
||||
|
|
Loading…
Reference in a new issue