Certificate
Creates and manages a certificate.
Manages a Certificate on IonosCloud.
Example Usage
NOTE: You can also provide the values as multiline strings, as seen below:
Argument Reference
The following arguments are supported:
name
- (Required)[string] The certificate namecertificate
- (Required)[string] The certificate body. Pem encoded. Immutable.private_key
- (Required)[string] The certificate private key. Immutable. Sensitive.certificate_chain
- (Optional)[string] The certificate chain. Pem encoded. Immutable.
Import
Resource certificate can be imported using the resource id
, e.g.
Last updated