From a71fa9d0c02305168d2fb96a980598eb5c35ba1b Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 30 Jan 2024 15:46:29 -0500 Subject: [PATCH 1/2] [editorial] Use https instead of http for link - Uses https instead of http for link protocol - Replaces raw URLs by proper markdown links so as to match other entries in the **References** section --- specification.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/specification.md b/specification.md index 1099c35..07aeed8 100644 --- a/specification.md +++ b/specification.md @@ -3151,15 +3151,15 @@ reduce the number of connections to the Server when a very large number ### Security and Certificate Management -* mTLS in Go -* ACME certificate management protocol -* ACME for client certificates +* [mTLS in Go](https://kofo.dev/how-to-mtls-in-golang) +* [ACME certificate management protocol](https://datatracker.ietf.org/doc/html/rfc8555) +* [ACME for client certificates](https://www.watersprings.org/pub/id/draft-moriarty-acme-client-01.html) ### Cloud Provider Support -* AWS -* GCP -* Azure +* [AWS](https://aws.amazon.com/elasticloadbalancing/features/) +* [GCP](https://cloud.google.com/appengine/docs/flexible/go/using-websockets-and-session-affinity) +* [Azure](https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-websocket) ### Other From 9a15082fdc2aa51c5ae01ec793a485728e93aff5 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 30 Jan 2024 15:59:00 -0500 Subject: [PATCH 2/2] Use canonical link to IETF doc --- specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification.md b/specification.md index 07aeed8..da60c0c 100644 --- a/specification.md +++ b/specification.md @@ -3153,7 +3153,7 @@ reduce the number of connections to the Server when a very large number * [mTLS in Go](https://kofo.dev/how-to-mtls-in-golang) * [ACME certificate management protocol](https://datatracker.ietf.org/doc/html/rfc8555) -* [ACME for client certificates](https://www.watersprings.org/pub/id/draft-moriarty-acme-client-01.html) +* [ACME for client certificates](https://datatracker.ietf.org/doc/draft-moriarty-acme-client/) ### Cloud Provider Support