![VTech ET685 Administrator And Provisioning Manual Download Page 47](http://html1.mh-extra.com/html/vtech/et685/et685_administrator-and-provisioning-manual_1054367047.webp)
Provisioning
47
ET685 Administrator and Provisioning Manual
<certificates> XML tag
The certificates settings (<certificates> tag) contains the trusted server certificates. This
XML tag can be used either
inside the <settings> tag or
as an individual XML file whose URL is listed inside <setting-files> tag
The tag contains an attribute with the URL of the certificate file to fetch:
<certificate url="http://some.url/certificate.der" />
Please note that the download of the certificate is delayed after all provisioning xml files
have been loaded and processed.
A second variant of this tag is supported, where the content of the certificate file is included
as a base64 encoded string:
<certificate type="base64">...</certificate>
The benefit of this variant is, that the certificate is immediately available after processing
the line in the provisioning XML
Level 1
Element: certificates
Attribute: url, type
Language File Container
Language file container may consist of a list of language file URLs each one representing
a different language. The following language file containers are currently supported:
Phone User Interface language file container (
<gui-languages> tag
)
Web User Interface language file container (
<web-languages> tag
)
<gui-languages> XML tag
Syntax:
<?xml version="1.0" encoding="utf-8" ?>
<gui-languages>
<language url="<Phone User Interface Language file URL(1)>"
name="<language_name(1)>" />
...
<language url="<Phone User Interface Language file URL(n)>"
name="<language_name(n)>" />
</gui-languages>
Level 1
Element: gui-languages