From 2a236a74f577e17b571dbe6af7fd560deeb362a5 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 10 Jun 2016 12:58:38 +0200 Subject: [PATCH] Update topics/saml/java/general-config/sp-keys.adoc --- topics/saml/java/general-config/sp-keys.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/saml/java/general-config/sp-keys.adoc b/topics/saml/java/general-config/sp-keys.adoc index d76a1f700c..45e9c4cd16 100644 --- a/topics/saml/java/general-config/sp-keys.adoc +++ b/topics/saml/java/general-config/sp-keys.adoc @@ -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. 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] ----