From 26baf1076c30de8396147c5819363fdb8d91069a Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 10 Jun 2016 06:17:48 +0200 Subject: [PATCH] Update topics/oidc/java/java-adapter-config.adoc --- topics/oidc/java/java-adapter-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/oidc/java/java-adapter-config.adoc b/topics/oidc/java/java-adapter-config.adoc index ba091c4fad..3f2a009daf 100644 --- a/topics/oidc/java/java-adapter-config.adoc +++ b/topics/oidc/java/java-adapter-config.adoc @@ -144,7 +144,7 @@ truststore:: This is what the trustore does. The keystore contains one or more trusted host certificates or certificate authorities. You can create this truststore by extracting the public certificate of the {{book.project.name}} server's SSL keystore. - This is _REQUIRED_ unless `ssl-required` is set to `none` or `disable-trust-manager` is `true`. + This is _REQUIRED_ unless `ssl-required` is `none` or `disable-trust-manager` is `true`. truststore-password:: Password for the truststore keystore.