Repository: geode Updated Branches: refs/heads/develop 8b94e2ec2 -> 635d31181
GEODE-2561 Docs: error in gfsecurity.properties example (Geode User Guide) Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/c3dbd742 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/c3dbd742 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/c3dbd742 Branch: refs/heads/develop Commit: c3dbd742cde95a2aa9266990d6c42f4ce359cea2 Parents: 826bdbf Author: Dave Barnes <[email protected]> Authored: Wed Mar 1 13:27:02 2017 -0800 Committer: Dave Barnes <[email protected]> Committed: Wed Mar 1 13:27:02 2017 -0800 ---------------------------------------------------------------------- geode-docs/managing/security/ssl_example.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/c3dbd742/geode-docs/managing/security/ssl_example.html.md.erb ---------------------------------------------------------------------- diff --git a/geode-docs/managing/security/ssl_example.html.md.erb b/geode-docs/managing/security/ssl_example.html.md.erb index bb567ed..ef213dc 100644 --- a/geode-docs/managing/security/ssl_example.html.md.erb +++ b/geode-docs/managing/security/ssl_example.html.md.erb @@ -59,7 +59,7 @@ provider settings included with the JDK. ssl-keystore=/path/to/trusted.keystore ssl-keystore-password=password ssl-truststore=/path/to/trusted.keystore -ssl-truststore-password=/path/to/trusted.truststore +ssl-truststore-password=password security-username=xxxx security-userPassword=yyyy ```
