From 5c98911b1b1895d67da742ed45dc1a8a62cde44b Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 5 Oct 2018 22:42:10 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- multi/multi__tls_ssl.html | 2 +- single/spring-cloud-gateway.html | 2 +- spring-cloud-gateway.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/multi/multi__tls_ssl.html b/multi/multi__tls_ssl.html index 1350b0b8..c63cb2e6 100644 --- a/multi/multi__tls_ssl.html +++ b/multi/multi__tls_ssl.html @@ -24,4 +24,4 @@ trustedX509Certificates: - cert1.pem - cert2.pem

-

\ No newline at end of file +

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.

\ No newline at end of file diff --git a/single/spring-cloud-gateway.html b/single/spring-cloud-gateway.html index 111647da..f36890a9 100644 --- a/single/spring-cloud-gateway.html +++ b/single/spring-cloud-gateway.html @@ -430,7 +430,7 @@ or check if an exchange has already been routed.

trustedX509Certificates: - cert1.pem - cert2.pem

-

8. Configuration

Configuration for Spring Cloud Gateway is driven by a collection of `RouteDefinitionLocator`s.

RouteDefinitionLocator.java.  +

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.

8. Configuration

Configuration for Spring Cloud Gateway is driven by a collection of `RouteDefinitionLocator`s.

RouteDefinitionLocator.java. 

public interface RouteDefinitionLocator {
 	Flux<RouteDefinition> getRouteDefinitions();
 }

diff --git a/spring-cloud-gateway.xml b/spring-cloud-gateway.xml index 11c9b519..88ef9851 100644 --- a/spring-cloud-gateway.xml +++ b/spring-cloud-gateway.xml @@ -1050,6 +1050,7 @@ or check if an exchange has already been routed. - 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