google::compute-ssl-certificate¶
Creates an SSL certificate resource.
Example¶
google::compute-ssl-certificate ssl-certificate-example
name: "ssl-certificate-example"
description: "ssl-certificate-example-desc"
certificate-path: "../path/to/certificate-file.pem"
private-key-path: "../path/to/private-key-file.pem"
end