This documentation has moved

XML API documentation can now be found at developer.openprovider.com. This page will remain available until September 2026, but will no longer be updated.

The XML API itself is not changing. Your existing integration continues to work.

API Format hostNames

From Openprovider API documentation

Revision as of 12:13, 30 September 2011 by WikiSysop (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
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