Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[editorial] Use canonical link to "ACME End User Client and Code Signing Certificates" #179

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -3151,15 +3151,15 @@ reduce the number of connections to the Server when a very large number

### Security and Certificate Management

* 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 <http://www.watersprings.org/pub/id/draft-moriarty-acme-client-01.html>
chalin marked this conversation as resolved.
Show resolved Hide resolved
* [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 <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>
* [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

Expand Down
Loading