Content

Page tree

In some environments it may be needed to upload custom certificates on an M400/M900 base station and that can be done via provisioning by using the <certificates> and <certificate> tags in the file.


An example is shown below and in the attached XML file, these can be included in your usual provisioning file and do not need to be uploaded in their own separate file.



<?xml version="1.0" encoding="UTF-8"?>
<settings>
    <certificates>
        <certificate url=http://downloads.snom.net/test/certif/test_certif.pem></certificate>
        <certificate url=http://downloads.snom.net/test/certif/test_certif_two.pem></certificate>
        <certificate url=https://test.server/root-certificates/cert_2022.cer></certificate>
    </certificates>
</settings>


Cert_provisioning.xml