Resource: SslCertificate
Represents an SSL Certificate resource.
This SSL certificate resource also contains a private key. You can use SSL keys and certificates to secure connections to a load balancer. For more information, read Creating and Using SSL Certificates.
JSON representation | |
---|---|
{ "id": string, "creationTimestamp": string, "name": string, "description": string, "selfLink": string, "certificate": string, "privateKey": string, "region": string, "kind": string } |
Fields | |
---|---|
id |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
creationTimestamp |
[Output Only] Creation timestamp in RFC3339 text format. |
name |
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression |
description |
An optional description of this resource. Provide this property when you create the resource. |
selfLink |
[Output only] Server-defined URL for the resource. |
certificate |
A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert. |
privateKey |
A write-only private key in PEM format. Only |
region |
[Output Only] URL of the region where the regional SSL Certificate resides. This field is not applicable to global SSL Certificate. |
kind |
[Output Only] Type of the resource. Always |
Methods |
|
---|---|
|
Retrieves the list of all SslCertificate resources, regional and global, available to the specified project. |
|
Deletes the specified SslCertificate resource. |
|
Returns the specified SslCertificate resource. |
|
Creates a SslCertificate resource in the specified project using the data included in the request. |
|
Retrieves the list of SslCertificate resources available to the specified project. |