H MP Co n f igu ra tio n AP I - S p in e tiX Te ch n ica l Do cu me n ta tion v3 .1
© S p in e tiX S A A ll rig h ts re se rve d .
P a g e 2 7 of 5 8
<certificate><![CDATA[-----BEGIN CERTIFICATE-----
MIIgAwIBAgIJAN7CITVNRuunMA0GCSqGSIb3DQEBBQUAMBoxGDAWBgNV
BAMMD3d3dy5leGFtcGxlLmNvbTAeFw0xMzAyMTkxODU0MzdaFw0yMzAyMTcxODU0
MzdaMBoxGDAWBgNVBAMMD3d3dy5leGFtcGxlLmNvbTCCASIwDQYJKoZIhvcNAQEB
BQADggEPADCCAQoCggEBALxzvTcN7B6n7xXYxsKGXi67OBkc1Q/qWss8zXLPQgoP
GpWgJqQ54vVPQiC61fiWO7lHumqshWX8sF3pIAlTLwYem0vn
dJ5nn2WcIs/yOBmpK9v/X6MIoMooqmSn8T2YZ9xJl8TPfBZ3ayYgxRPE
KvIyV82fD/OqhAvS1APmrRGyk6EuEnwvCwIRWI7j3zsBMFvc8Pb7OaNY
ag2eKh2EAfI6nVKC5YhT65HeQR5Ux7unY3nHV8wkgunmDJKY5EFFGOUH9ibJD8bq
X6TyFdo/1hv/fG95M1Mq/qASswJ1udu4wwECAwEAAaNQME4wHQYDVR0O
BBYEFHt1ZqqM7ZEtTLj8TgUlVDcZlySmMB8GA1UdIwQYMBaAFHt1ZqqM7ZEtTLj8
TgUlVDcZlySmMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBAJfF6qFO
KcOCh3Ap0WUp8NCBDj01Tb4JkRy4ilEnqAi4fAFJ7HiCPFTsOtLogvgd7EENnuc2
l8HgBE2KxVayS3LQuWY3uCPb1GijxUDDKrIQTRzlwYx1YA2ivibvq0utkA80ZVRE
JiXHwSLHVeDuV9e90rLgRctDO7/KAdDtV23XY3Q3
6GVrjUTLLCGbVtAWhIUknsEyoZN/fIQ8xQ6CBa9FUnX3fBmNz2FExTvkpQkYJ/qw
sp1Dt16AqEOAiQSlpqJLgihkbc997XbaxP9SrYbr8M8Y6zCtnkT7XdN4WvSabpJm
z8ep85s=
-----END CERTIFICATE-----
]]></certificate>
<certificates-reset>
Added in 3.0.3 firmware release.
Remove all SSL/TLS certificates that are present on the device. This will also remove certificates that
might have been set previously in the save configurations file. Any
<certificate>
instruction before
this one will be ignored. If you want to ensure that a given set of certificates is available and only this
set, you must precede the first
<certificate>
command by
<certificates-reset/>
.
For instance, to remove all certificates from the device, use:
<certificates-reset/>
<server-certificate>
Added in 4.2.0 firmware release.
Add HTTP server certificate to the device.
This is recommended if you want to access the web interface of the device using HTTPS (Secure HTTP).
By default, the device comes with a self-signed certificate valid of the following CName:
spx-hmp-
[serial]
,
spx-hmp-[serial].local
, where
[serial]
is the serial number of the player.
This command is composed of the following parameters:
<certificate>
The PEM encoded certificate.
<encrypted-privatekey>