Skip to content

Commit

Permalink
maintenance: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
msemys committed Dec 31, 2018
1 parent 758fd8a commit 3f28c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ certificate without verification.
// creates a client with secure connection to server whose certificate is trusted by the given certificate file
EventStore eventstore = EventStoreBuilder.newBuilder()
.singleNodeAddress("127.0.0.1", 1119)
.useSslConnectionCertificateFile("domain.csr")
.useSslConnection(new File("domain.csr"))
.userCredentials("admin", "changeit")
.build();

Expand Down

0 comments on commit 3f28c9d

Please sign in to comment.