You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-configure-enterprise-spring-cloud-gateway.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,9 +361,9 @@ You must specify the protocol as HTTPS in the route configuration. The following
361
361
362
362
```azurecli
363
363
az spring gateway route-config create \
364
-
--name test-tls-app \
365
364
--resource-group <resource-group-name> \
366
365
--service <Azure-Spring-Apps-instance-name> \
366
+
--name test-tls-app \
367
367
--routes-file test-tls-route.json
368
368
```
369
369
@@ -373,9 +373,9 @@ You can now test whether the application is TLS enabled with the endpoint of the
373
373
374
374
As certificates expire, you need to rotate certificates in SpringCloudGateway by using the following steps:
375
375
376
-
-Generatenew certificates from a trusted CA.
377
-
-Import the certificates into AzureSpringApps. For more information, see the [Import a certificate](how-to-use-tls-certificate.md#import-a-certificate) section of [UseTLS/SSL certificates in your application in AzureSpringApps](how-to-use-tls-certificate.md).
378
-
-Synchronize the certificates, using the Azure portal or the AzureCLI.
376
+
1.Generatenew certificates from a trusted CA.
377
+
1.Import the certificates into AzureSpringApps. For more information, see the [Import a certificate](how-to-use-tls-certificate.md#import-a-certificate) section of [UseTLS/SSL certificates in your application in AzureSpringApps](how-to-use-tls-certificate.md).
378
+
1.Synchronize the certificates, using the Azure portal or the AzureCLI.
379
379
380
380
The gateway restarts accordingly to ensure that the gateway uses the new certificate for all connections.
381
381
@@ -388,7 +388,7 @@ Use the following steps to synchronize certificates.
388
388
1.Select the certificate you imported in **Certificates**.
389
389
1.Select**sync certificate**, and confirm the operation.
390
390
391
-
:::image type="content" source="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-sync-certificate.png" alt-text="Screenshot of the Azure portal showing the Spring Cloud Gateway page for an Azure Spring Apps instance, with Certificate Management selected and the prompt to sync the certificate highlighted." lightbox="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-sync-certificate.png":::
391
+
:::image type="content" source="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-sync-certificate.png" alt-text="Screenshot of the Azure portal showing the Spring Cloud Gateway page for Certificate Management with the sync certificate prompt highlighted." lightbox="media/how-to-configure-enterprise-spring-cloud-gateway/gateway-sync-certificate.png":::
0 commit comments