Adding a Certificate to the User Root Store Example

4/8/2010

This example shows how to add a certificate to the User root store.

Example

<characteristic type="CertificateStore"> 
   <characteristic type="Root"> 
        <characteristic type="User"> 
               <characteristic type="{hash of certificate}"> 
                <parm name="EncodedCertificate" value="{encoded hash of certificate}"/> 
               </characteristic>
        </characteristic>  
   </characteristic> 
</characteristic> 

Remarks

One provisioning XML file typically contains configuration information for multiple Configuration Service Providers. To use this example, you must replace the values as appropriate, and add the node as a child of the OMA Client Provisioning file.

For information about the syntax of this file, see OMA Client Provisioning Files. For examples, see OMA Client Provisioning XML File Examples.

See Also

Tasks

CertificateStore Configuration Service Provider Examples for OMA Client Provisioning

Reference

CertificateStore Configuration Service Provider