Update topics/saml/java/general-config/sp-keys.adoc
This commit is contained in:
parent
ee9670b8a0
commit
2a236a74f5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ For client signed documents you must define both the private and public key or c
|
||||||
For encryption, you only have to define the private key that will be used to decrypt.
|
For encryption, you only have to define the private key that will be used to decrypt.
|
||||||
|
|
||||||
There are two ways to describe your keys.
|
There are two ways to describe your keys.
|
||||||
They can be stored within a Java KeyStore or you can or you can cut and paste the keys directly within `keycloak-saml.xml` in the PEM format.
|
They can be stored within a Java KeyStore or you can copy/paste the keys directly within `keycloak-saml.xml` in the PEM format.
|
||||||
|
|
||||||
[source,xml]
|
[source,xml]
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in a new issue