Allow PEM certificates to be used without a key store password

Closes gh-31253
This commit is contained in:
Andy Wilkinson
2022-06-09 21:01:23 +01:00
parent dfb8979456
commit 7abc7df7b8
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.