Update topics/saml/java/general-config/sp-keys.adoc

This commit is contained in:
Stian Thorgersen 2016-06-10 12:58:38 +02:00
parent ee9670b8a0
commit 2a236a74f5

View file

@ -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]
---- ----