Avoid insecure HTTP link to gRPC in favor of HTTPS (#5579)

- Make GRPC docs link in README.md `https`
This commit is contained in:
Tobias Nießen 2021-08-13 22:59:44 +02:00 committed by GitHub
parent 53b89707d5
commit 811e3d8e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ want to be remote, it is necessary to instantiate a "client" and "server" for
that component. The client implements the component's Go interface, while the
server has the actual logic for the component. A high level overview for this
communication model can be found in the [gRPC
documentation](http://www.grpc.io/docs/).
documentation](https://www.grpc.io/docs/).
The full details of how the various ACME operations happen in Boulder are
laid out in