Resource Type: gcompute_ssl_certificate
- Defined in:
- lib/puppet/type/gcompute_ssl_certificate.rb
- Providers:
-
google
Overview
An SslCertificate resource. This resource provides a mechanism to upload an SSL key and certificate to the load balancer to serve secure connections from the user.
Properties
-
certificate
The certificate in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
-
creation_timestamp
Creation timestamp in RFC3339 text format. (output only)
-
description
An optional description of this resource.
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
id
The unique identifier for the resource. (output only)
-
name (namevar)
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 [a-z](*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
-
private_key
The private key in PEM format.
Parameters
-
credential
A gauth_credential name to be used to authenticate with Google Cloud Platform.
-
name
The name of the SslCertificate.
-
project
A Google Cloud Platform project to manage.
-
provider
The specific backend to use for this ‘gcompute_ssl_certificate` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.