Skip to content

Commit 21e5ad5

Browse files
committed
misc edits
1 parent 9def4be commit 21e5ad5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/spring-apps/how-to-configure-enterprise-spring-cloud-gateway.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ az spring gateway update \
327327
328328
You must specify the protocol as HTTPS in the route configuration. The following JSON object instructs the gateway to use the HTTPS protocol for all traffic between the gateway and the app.
329329
330-
1. Create a file with the following content and name the file `test-tls-route.json`.
330+
1. Create a file named `test-tls-route.json` with the following content.
331331
332332
```json
333333
{
@@ -352,11 +352,11 @@ You must specify the protocol as HTTPS in the route configuration. The following
352352
--routes-file test-tls-route.json
353353
```
354354

355-
You can now test whether the application is TLS enabled with the endpoint of the gateway. For more information, see the [Configure routes](how-to-use-enterprise-spring-cloud-gateway.md#configure-routes) section of [Use Spring Cloud Gateway](how-to-use-enterprise-spring-cloud-gateway.md#configure-routes).
355+
You can now test whether the application is TLS enabled with the endpoint of the gateway. For more information, see the [Configure routes](how-to-use-enterprise-spring-cloud-gateway.md#configure-routes) section of [Use Spring Cloud Gateway](how-to-use-enterprise-spring-cloud-gateway.md).
356356

357357
### Certificate rotation
358358

359-
When a certificate expires, a new one needs to generated and synchronized. You can use the Azure portal or Azure CLI to synchronize certificates.
359+
As certificates expire, new ones need to be generated and synchronized (rotation). You can use the Azure portal or Azure CLI to synchronize certificates.
360360

361361
#### [Azure portal](#tab/Azure-portal)
362362

@@ -378,10 +378,10 @@ Use the following command to synchronize a certificate.
378378
az spring gateway sync-cert
379379
```
380380

381-
The gateway will restart after synchronization to ensure that gateway uses the new certificate for all future connections.
382-
383381
---
384382

383+
The gateway will restart after synchronization to ensure that gateway uses the new certificate for all future connections.
384+
385385
## Next steps
386386

387387
- [How to Use Spring Cloud Gateway](how-to-use-enterprise-spring-cloud-gateway.md)

0 commit comments

Comments
 (0)