You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"api_description": "Certificate Manager's Public Certificate Authority (CA) functionality allows you to provision and deploy widely trusted X.509 certificates after validating that the certificate requester controls the domains.",
"api_description": "The Public Certificate Authority API may be used to create and manage ACME external account binding keys associated with Google Trust Services' publicly trusted certificate authority.",
@@ -68,14 +68,14 @@ See the [Authentication][authentication] section in the base directory's README.
68
68
69
69
## Authorization
70
70
71
-
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Public Certificate Authority APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Public Certificate Authority API calls.
71
+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Public Certificate Authority API APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Public Certificate Authority API API calls.
72
72
73
73
## Getting Started
74
74
75
75
### Prerequisites
76
76
77
-
You will need a [Google Cloud Platform Console][developer-console] project with the Public Certificate Authority [API enabled][enable-api].
78
-
You will need to [enable billing][enable-billing] to use Google Public Certificate Authority.
77
+
You will need a [Google Cloud Platform Console][developer-console] project with the Public Certificate Authority API [API enabled][enable-api].
78
+
You will need to [enable billing][enable-billing] to use Google Public Certificate Authority API.
79
79
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
80
80
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
81
81
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
@@ -85,13 +85,13 @@ You will need to [enable billing][enable-billing] to use Google Public Certifica
85
85
You'll need to obtain the `google-cloud-publicca` library. See the [Quickstart](#quickstart) section
86
86
to add `google-cloud-publicca` as a dependency in your code.
87
87
88
-
## About Public Certificate Authority
88
+
## About Public Certificate Authority API
89
89
90
90
91
-
[Public Certificate Authority][product-docs]Certificate Manager's Public Certificate Authority (CA) functionality allows you to provision and deploy widely trusted X.509 certificates after validating that the certificate requester controls the domains.
91
+
[Public Certificate Authority API][product-docs]The Public Certificate Authority API may be used to create and manage ACME external account binding keys associated with Google Trust Services' publicly trusted certificate authority.
92
92
93
-
See the [Public Certificate Authority client library docs][javadocs] to learn how to
94
-
use this Public Certificate Authority Client Library.
93
+
See the [Public Certificate Authority API client library docs][javadocs] to learn how to
94
+
use this Public Certificate Authority API Client Library.
95
95
96
96
97
97
@@ -104,7 +104,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
104
104
105
105
## Transport
106
106
107
-
Public Certificate Authority uses both gRPC and HTTP/JSON for the transport layer.
107
+
Public Certificate Authority API uses both gRPC and HTTP/JSON for the transport layer.
0 commit comments