Certificate array in pem (#583)

Fix a bug where previous trust manager effectively only read the first certificate in pem file.
This commit is contained in:
Tony Clarke
2018-10-05 18:30:21 -04:00
committed by Spencer Gibb
parent b27ea537ba
commit f1db5e063c
8 changed files with 146 additions and 8 deletions

View File

@@ -950,6 +950,7 @@ spring:
- cert2.pem
----
If the Spring Cloud Gateway is not provisioned with trusted certificates the default trust store is used (which can be overriden with system property javax.net.ssl.trustStore.
== Configuration