Certificate
Provides a Hetzner Cloud Certificate to represent a TLS certificate in the Hetzner Cloud.
Create a Certificate Resource
new Certificate(name: string, args: CertificateArgs, opts?: CustomResourceOptions);
def Certificate(resource_name: str, opts: Optional[ResourceOptions] = None, certificate: Optional[str] = None, labels: Optional[Mapping[str, Any]] = None, name: Optional[str] = None, private_key: Optional[str] = None)
func NewCertificate(ctx *Context, name string, args CertificateArgs, opts ...ResourceOption) (*Certificate, error)
public Certificate(string name, CertificateArgs args, CustomResourceOptions? opts = null)
- name string
- The unique name of the resource.
- args CertificateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CertificateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CertificateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
Certificate Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The Certificate resource accepts the following input properties:
- Certificate
Contents string PEM encoded TLS certificate.
- Private
Key string PEM encoded private key belonging to the certificate.
- Labels Dictionary<string, object>
User-defined labels (key-value pairs) the certificate should be created with.
- Name string
Name of the Certificate.
- Certificate string
PEM encoded TLS certificate.
- Private
Key string PEM encoded private key belonging to the certificate.
- Labels map[string]interface{}
User-defined labels (key-value pairs) the certificate should be created with.
- Name string
Name of the Certificate.
- certificate string
PEM encoded TLS certificate.
- private
Key string PEM encoded private key belonging to the certificate.
- labels {[key: string]: any}
User-defined labels (key-value pairs) the certificate should be created with.
- name string
Name of the Certificate.
- certificate str
PEM encoded TLS certificate.
- private_
key str PEM encoded private key belonging to the certificate.
- labels Mapping[str, Any]
User-defined labels (key-value pairs) the certificate should be created with.
- name str
Name of the Certificate.
Outputs
All input properties are implicitly available as output properties. Additionally, the Certificate resource produces the following output properties:
- Created string
(string) Point in time when the Certificate was created at Hetzner Cloud (in ISO-8601 format).
- Domain
Names List<string> (list) Domains and subdomains covered by the certificate.
- Fingerprint string
(string) Fingerprint of the certificate.
- Id string
- The provider-assigned unique ID for this managed resource.
- Not
Valid stringAfter (string) Point in time when the Certificate stops being valid (in ISO-8601 format).
- Not
Valid stringBefore (string) Point in time when the Certificate becomes valid (in ISO-8601 format).
- Created string
(string) Point in time when the Certificate was created at Hetzner Cloud (in ISO-8601 format).
- Domain
Names []string (list) Domains and subdomains covered by the certificate.
- Fingerprint string
(string) Fingerprint of the certificate.
- Id string
- The provider-assigned unique ID for this managed resource.
- Not
Valid stringAfter (string) Point in time when the Certificate stops being valid (in ISO-8601 format).
- Not
Valid stringBefore (string) Point in time when the Certificate becomes valid (in ISO-8601 format).
- created string
(string) Point in time when the Certificate was created at Hetzner Cloud (in ISO-8601 format).
- domain
Names string[] (list) Domains and subdomains covered by the certificate.
- fingerprint string
(string) Fingerprint of the certificate.
- id string
- The provider-assigned unique ID for this managed resource.
- not
Valid stringAfter (string) Point in time when the Certificate stops being valid (in ISO-8601 format).
- not
Valid stringBefore (string) Point in time when the Certificate becomes valid (in ISO-8601 format).
- created str
(string) Point in time when the Certificate was created at Hetzner Cloud (in ISO-8601 format).
- domain_
names Sequence[str] (list) Domains and subdomains covered by the certificate.
- fingerprint str
(string) Fingerprint of the certificate.
- id str
- The provider-assigned unique ID for this managed resource.
- not_
valid_ strafter (string) Point in time when the Certificate stops being valid (in ISO-8601 format).
- not_
valid_ strbefore (string) Point in time when the Certificate becomes valid (in ISO-8601 format).
Look up an Existing Certificate Resource
Get an existing Certificate resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: CertificateState, opts?: CustomResourceOptions): Certificate
@staticmethod
def get(resource_name: str, id: str, opts: Optional[ResourceOptions] = None, certificate: Optional[str] = None, created: Optional[str] = None, domain_names: Optional[Sequence[str]] = None, fingerprint: Optional[str] = None, labels: Optional[Mapping[str, Any]] = None, name: Optional[str] = None, not_valid_after: Optional[str] = None, not_valid_before: Optional[str] = None, private_key: Optional[str] = None) -> Certificate
func GetCertificate(ctx *Context, name string, id IDInput, state *CertificateState, opts ...ResourceOption) (*Certificate, error)
public static Certificate Get(string name, Input<string> id, CertificateState? state, CustomResourceOptions? opts = null)
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Certificate
Contents string PEM encoded TLS certificate.
- Created string
(string) Point in time when the Certificate was created at Hetzner Cloud (in ISO-8601 format).
- Domain
Names List<string> (list) Domains and subdomains covered by the certificate.
- Fingerprint string
(string) Fingerprint of the certificate.
- Labels Dictionary<string, object>
User-defined labels (key-value pairs) the certificate should be created with.
- Name string
Name of the Certificate.
- Not
Valid stringAfter (string) Point in time when the Certificate stops being valid (in ISO-8601 format).
- Not
Valid stringBefore (string) Point in time when the Certificate becomes valid (in ISO-8601 format).
- Private
Key string PEM encoded private key belonging to the certificate.
- Certificate string
PEM encoded TLS certificate.
- Created string
(string) Point in time when the Certificate was created at Hetzner Cloud (in ISO-8601 format).
- Domain
Names []string (list) Domains and subdomains covered by the certificate.
- Fingerprint string
(string) Fingerprint of the certificate.
- Labels map[string]interface{}
User-defined labels (key-value pairs) the certificate should be created with.
- Name string
Name of the Certificate.
- Not
Valid stringAfter (string) Point in time when the Certificate stops being valid (in ISO-8601 format).
- Not
Valid stringBefore (string) Point in time when the Certificate becomes valid (in ISO-8601 format).
- Private
Key string PEM encoded private key belonging to the certificate.
- certificate string
PEM encoded TLS certificate.
- created string
(string) Point in time when the Certificate was created at Hetzner Cloud (in ISO-8601 format).
- domain
Names string[] (list) Domains and subdomains covered by the certificate.
- fingerprint string
(string) Fingerprint of the certificate.
- labels {[key: string]: any}
User-defined labels (key-value pairs) the certificate should be created with.
- name string
Name of the Certificate.
- not
Valid stringAfter (string) Point in time when the Certificate stops being valid (in ISO-8601 format).
- not
Valid stringBefore (string) Point in time when the Certificate becomes valid (in ISO-8601 format).
- private
Key string PEM encoded private key belonging to the certificate.
- certificate str
PEM encoded TLS certificate.
- created str
(string) Point in time when the Certificate was created at Hetzner Cloud (in ISO-8601 format).
- domain_
names Sequence[str] (list) Domains and subdomains covered by the certificate.
- fingerprint str
(string) Fingerprint of the certificate.
- labels Mapping[str, Any]
User-defined labels (key-value pairs) the certificate should be created with.
- name str
Name of the Certificate.
- not_
valid_ strafter (string) Point in time when the Certificate stops being valid (in ISO-8601 format).
- not_
valid_ strbefore (string) Point in time when the Certificate becomes valid (in ISO-8601 format).
- private_
key str PEM encoded private key belonging to the certificate.
Import
Certificates can be imported using their id
hcl
$ pulumi import hcloud:index/certificate:Certificate sample_certificate <id>
Package Details
- Repository
- https://github.com/pulumi/pulumi-hcloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
hcloud
Terraform Provider.