# Fastly::Tls::Certificate Attributes ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "Name" : String, "CertBlob" : String, "CreatedAt" : String, "Issuer" : String, "NotAfter" : String, "NotBefore" : String, "SignatureAlgorithm" : String, "SerialNumber" : String, "UpdatedAt" : String, "Replace" : String, "IssuedTo" : String }### YAML
Name: String CertBlob: String CreatedAt: String Issuer: String NotAfter: String NotBefore: String SignatureAlgorithm: String SerialNumber: String UpdatedAt: String Replace: String IssuedTo: String## Properties #### Name A customizable name for your certificate. Defaults to the certificate's Common Name or first Subject Alternative Names (SAN) entry. Optional. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### CertBlob The PEM-formatted certificate blob. Required. _Required_: Yes _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### CreatedAt Date and time in ISO 8601 format. Read-only. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Issuer The certificate authority that issued the certificate. Read-only. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### NotAfter Time-stamp (GMT) when the certificate will expire. Must be in the future to be used to terminate TLS traffic. Read-only. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### NotBefore Time-stamp (GMT) when the certificate will become valid. Must be in the past to be used to terminate TLS traffic. Read-only. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### SignatureAlgorithm The algorithm used to sign the certificate. Read-only. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### SerialNumber A value assigned by the issuer that is unique to a certificate. Read-only. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### UpdatedAt Date and time in ISO 8601 format. Read-only. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Replace A recommendation from Fastly indicating the key associated with this certificate is in need of rotation. Read-only. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### IssuedTo The hostname for which a certificate was issued. Read-only. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)