Table of Contents

HTTPS element

Configures DataMiner to use HTTPS. For more information, refer to Configuring HTTPS settings in DataMiner.

Parents

MaintenanceSettings

Attributes

Name         Type Required Description
enabled boolean Specifies whether HTTPS is enabled.
name string Must be set to the name matching the Common Name (CN) or one of the Subject Alternative Names (SAN) of the certificate. This name can be a hostname, FQDN, or IP address (as long as it matches the certificate).

Examples

<MaintenanceSettings>
  ...
  <HTTPS enabled="true" name="foo.skyline.local"/>
  ...
</MaintenanceSettings>

See also