AWSIoTServerCertificateConfig

Objective-C

@interface AWSIoTServerCertificateConfig

Swift

class AWSIoTServerCertificateConfig

The server certificate configuration.

  • A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not.

    For more information, see Configuring OCSP server-certificate stapling in domain configuration from Amazon Web Services IoT Core Developer Guide.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable enableOCSPCheck;

    Swift

    var enableOCSPCheck: NSNumber? { get set }