REST Resource: sslCerts Stay organized with collections Save and categorize content based on your preferences.
Resource: SslCert
SslCerts Resource
JSON representation |
---|
{"kind":string,"certSerialNumber":string,"cert":string,"createTime":string,"commonName":string,"expirationTime":string,"sha1Fingerprint":string,"instance":string,"selfLink":string} |
Fields | |
---|---|
kind |
This is always |
certSerialNumber |
Serial number, as extracted from the certificate. |
cert |
PEM representation. |
createTime |
The time when the certificate was created inRFC 3339 format, for example A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
commonName |
User supplied name. Constrained to [a-zA-Z.-_ ]+. |
expirationTime |
The time when the certificate expires inRFC 3339 format, for example A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
sha1Fingerprint |
Sha1 Fingerprint. |
instance |
Name of the database instance. |
selfLink |
The URI of this resource. |
Methods | |
---|---|
| Generates a short-lived X509 certificate containing the provided public key and signed by a private key specific to the target instance. |
| Deletes the SSL certificate. |
| Retrieves a particular SSL certificate. |
| Creates an SSL certificate and returns it along with the private key and server certificate authority. |
| Lists all of the current SSL certificates for the instance. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-30 UTC.