aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin Fan <shinfan@google.com>2022-10-19 14:45:10 -0700
committerGitHub <noreply@github.com>2022-10-19 14:45:10 -0700
commit4c856f10f04189b23033d4e3e5f33986ccbd53b2 (patch)
treeb8802dbe3c9020aae7e49451e9d860f702d2da88
parent5c57792671c85d1fd75a084d1ba008044a9e35d9 (diff)
downloadgoogleapis-enterprise-certificate-proxy-4c856f10f04189b23033d4e3e5f33986ccbd53b2.tar.gz
doc: fixed a broken url link in README (#44)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1e23df5..e03fd5f 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ If you use [certificate-based access][cba] to protect your Google Cloud resource
## Google Enterprise Certificate Proxies (ECP)
-Google Enterprise Certificate Proxies (ECP) are part of the [Google Cloud Zero Trust architecture][zerotrust] that enables mutual authentication with [client-side certificates][clientcert]. This repository contains a set of proxies/modules that can be used by clients or toolings to interact with certificates that are stored in [protected key storage systems][keystore].
+Google Enterprise Certificate Proxies (ECP) are part of the [Google Cloud Zero Trust architecture](zerotrust) that enables mutual authentication with [client-side certificates][clientcert]. This repository contains a set of proxies/modules that can be used by clients or toolings to interact with certificates that are stored in [protected key storage systems][keystore].
To interact the client certificates, application code should not need to use most of these proxies within this repository directly. Instead, the application should leverage the clients and toolings provided by Google such as [Cloud SDK](https://cloud.google.com/sdk) to have a more convenient developer experience.