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 anySimpleType Must be set to a name matching the Common Name (CN) or one of the Subject Alternative Names (SAN) of the certificate. If it is a wildcard certificate, the name must match the mask defined in the certificate (e.g. ".skyline.local"). For example, "dma01.skyline.be" matches the wildcard certificate for ".skyline.be".

Examples

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

See also