You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ACM::Types::CertificateOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CertificateOptions as input to an Aws::Client method, you can use a vanilla Hash:

{
  certificate_transparency_logging_preference: "ENABLED", # accepts ENABLED, DISABLED
}

Structure that contains options for your certificate. Currently, you can use this only to specify whether to opt in to or out of certificate transparency logging. Some browsers require that public certificates issued for your domain be recorded in a log. Certificates that are not logged typically generate a browser error. Transparency makes it possible for you to detect SSL/TLS certificates that have been mistakenly or maliciously issued for your domain. For general information, see Certificate Transparency Logging.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_transparency_logging_preferenceString

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    You can opt out of certificate transparency logging by specifying the DISABLED option.