Please use the new documentation

This page is still here for now, but it will no longer be available from 31-Dec-2026. All content has moved to the new API documentation, which covers current features and new updates.

Go to the new documentation

API Format hostNames

From Openprovider API documentation

Jump to: navigation, search

Contents

Format specification > hostNames

Array of hostnames. This parameter is optional, and only allowed in combination with a multi domain SSL certificate. If passed, the hostnames in this parameter will override any hostnames in the CSR, except for the common name.

Examples

Using PHP class

array(
  'hostname1',
  'hostname2',
  'www.domain.com',
  'www.domain.net',
);

Raw XML

<hostNames>
  <array>
    <item>hostname1</item>
    <item>hostname2</item>
    <item>www.domain.com</item>
    <item>www.domain.net</item>
  </array>
</hostNames>
Views
Personal tools