Skip to content

Commit 06bed62

Browse files
committed
Updated servers documentation with mutual TLS configuration.
1 parent d28c8d1 commit 06bed62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/asciidoc/servers.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ To enable 2-way TLS (Mutual TLS), set the trust certificate and client authentic
322322
{
323323
serverOptions {
324324
ssl = SslOptions.pkcs12("path/to/server.p12", "password")
325-
.trustCert("path/to/trustCert) <1>
326-
.trustPassword("password) <2>
325+
.trustCert("path/to/trustCert") <1>
326+
.trustPassword("password") <2>
327327
.clientAuth(SslOptions.ClientAuth.REQUIRED) <3>
328328
}
329329
}

0 commit comments

Comments
 (0)