certificateMode
The mode of the certificate.
DEFAULT
: A certificate in DEFAULT
mode is either generated by Amazon Web Services IoT Core or registered with an issuer certificate authority (CA) in DEFAULT
mode. Devices with certificates in DEFAULT
mode aren't required to send the Server Name Indication (SNI) extension when connecting to Amazon Web Services IoT Core. However, to use features such as custom domains and VPC endpoints, we recommend that you use the SNI extension when connecting to Amazon Web Services IoT Core.
SNI_ONLY
: A certificate in SNI_ONLY
mode is registered without an issuer CA. Devices with certificates in SNI_ONLY
mode must send the SNI extension when connecting to Amazon Web Services IoT Core.
For more information about the value for SNI extension, see Transport security in IoT.