From 370560574bd6fe779629db32e4bcc14f7912a976 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 18 Apr 2024 16:16:07 -0400 Subject: [PATCH] [editorial] Use canonical link to "ACME End User Client and Code Signing Certificates" (#179) - Contributes to https://github.com/open-telemetry/opentelemetry.io/issues/3804 - Switches to using canonical link to "ACME End User Client and Code Signing Certificates" - 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 63aab57..9e415d6 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://datatracker.ietf.org/doc/draft-moriarty-acme-client/) ### 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