aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lundin <108372512+clundin25@users.noreply.github.com>2022-11-18 00:36:54 +0000
committerGitHub <noreply@github.com>2022-11-17 16:36:54 -0800
commitc8a36c56eea2a614c08235249837d2d792c49016 (patch)
treef9861d686ab2a7c4316bfd52982b28042921da2b
parent5e8f4451ada8811f57a9dc16a56e6356262b763e (diff)
downloadgoogleapis-enterprise-certificate-proxy-c8a36c56eea2a614c08235249837d2d792c49016.tar.gz
docs: fix default components location. (#55)
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 7a98623..cea0145 100644
--- a/README.md
+++ b/README.md
@@ -79,9 +79,9 @@ ECP relies on the `certificate_config.json` file to read all the metadata inform
}
},
"libs": {
- "ecp": "[YOUR_FULL_HOME_PATH]/.config/gcloud/enterprise_cert/ecp",
- "ecp_client": "[YOUR_FULL_HOME_PATH]/.config/gcloud/enterprise_cert/libecp.dylib",
- "tls_offload": "[YOUR_FULL_HOME_PATH]/.config/gcloud/enterprise_cert/libtls_offload.dylib"
+ "ecp": "[GCLOUD-INSTALL-LOCATION]/google-cloud-sdk/bin/ecp",
+ "ecp_client": "[GCLOUD-INSTALL-LOCATION]/google-cloud-sdk/platform/enterprise-certificate/libecp.dylib",
+ "tls_offload": "[GCLOUD-INSTALL-LOCATION]/google-cloud-sdk/platform/enterprise-certificate/libtls_offload.dylib"
},
"version": 1
}
@@ -98,9 +98,9 @@ ECP relies on the `certificate_config.json` file to read all the metadata inform
}
},
"libs": {
- "ecp": "%AppData%/gcloud/enterprise_cert/ecp.exe",
- "ecp_client": "%AppData%/gcloud/enterprise_cert/libecp.dll",
- "tls_offload": "%AppData%/gcloud/enterprise_cert/libtls_offload.dll"
+ "ecp": "[GCLOUD-INSTALL-LOCATION]/google-cloud-sdk/bin/ecp.exe",
+ "ecp_client": "[GCLOUD-INSTALL-LOCATION]/google-cloud-sdk/platform/enterprise-certificate/libecp.dll",
+ "tls_offload": "[GCLOUD-INSTALL-LOCATION]/google-cloud-sdk/platform/enterprise-certificate/libtls_offload.dll"
},
"version": 1
}
@@ -118,9 +118,9 @@ ECP relies on the `certificate_config.json` file to read all the metadata inform
}
},
"libs": {
- "ecp": "[YOUR_FULL_HOME_PATH]/.config/gcloud/enterprise_cert/ecp",
- "ecp_client": "[YOUR_FULL_HOME_PATH]/.config/gcloud/enterprise_cert/libecp.so",
- "tls_offload": "[YOUR_FULL_HOME_PATH]/.config/gcloud/enterprise_cert/libtls_offload.so"
+ "ecp": "[GCLOUD-INSTALL-LOCATION]/google-cloud-sdk/bin/ecp",
+ "ecp_client": "[GCLOUD-INSTALL-LOCATION]/google-cloud-sdk/platform/enterprise-certificate/libecp.so",
+ "tls_offload": "[GCLOUD-INSTALL-LOCATION]/google-cloud-sdk/platform/enterprise-certificate//libtls_offload.so"
},
"version": 1
}