Merge pull request #35665 from quaff

* pr/35665:
  Fix error in SSL bundle documentation

Closes gh-35665
pull/35712/head
Scott Frederick 1 year ago
commit 715204dde9

@ -64,7 +64,7 @@ When used to secure an embedded web server, a `keystore` is typically configured
private-key: "classpath:application.key"
----
When used to secure an embedded web server, a `truststore` is typically configured with the server certificate as shown in this example:
When used to secure a client-side connection, a `truststore` is typically configured with the server certificate as shown in this example:
[source,yaml,indent=0,subs="verbatim",configblocks]
----

Loading…
Cancel
Save