From e733522e23556b4c39eef2683384ee1071cd0f92 Mon Sep 17 00:00:00 2001 From: Matt Durham Date: Fri, 10 May 2024 11:51:33 -0400 Subject: [PATCH] fix space --- docs/sources/reference/config-blocks/http.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/sources/reference/config-blocks/http.md b/docs/sources/reference/config-blocks/http.md index 2a0233b18d..82dc51949f 100644 --- a/docs/sources/reference/config-blocks/http.md +++ b/docs/sources/reference/config-blocks/http.md @@ -112,12 +112,12 @@ The `curve_preferences` argument determines the set of elliptic curves to prefer If not provided, a default list is used. The set of elliptic curves specified may be from the following: -| Curve | Allowed in BoringCrypto /CNGCrypto builds | -| ----------- |-------------------------------------------| -| `CurveP256` | yes | -| `CurveP384` | yes | -| `CurveP521` | yes | -| `X25519` | no | +| Curve | Allowed in BoringCrypto/CNGCrypto builds | +| ----------- |------------------------------------------| +| `CurveP256` | yes | +| `CurveP384` | yes | +| `CurveP521` | yes | +| `X25519` | no | The `min_version` and `max_version` arguments determine the oldest and newest TLS version that's acceptable from clients. If you don't provide the min and max TLS version, a default value is used.