Merge branch '2.7.x'

Closes gh-31529
This commit is contained in:
Andy Wilkinson
2022-06-24 18:01:31 +01:00
9 changed files with 48 additions and 27 deletions

View File

@@ -205,7 +205,6 @@ The following example shows setting SSL properties using PEM-encoded certificate
certificate: "classpath:my-cert.crt"
certificate-private-key: "classpath:my-cert.key"
trust-certificate: "classpath:ca-cert.crt"
key-store-password: "secret"
----
See {spring-boot-module-code}/web/server/Ssl.java[`Ssl`] for details of all of the supported properties.