My exchange server at home is setup with a free self-signed certificate that works, but needs to be imported before mail can be sent/received from the device.
The neat thing about PPCKitchen, is that the syntax / setup of many of these PROVXML items is in the KITCHEN\*.RAR files, so you can use them as a guide.
Personally, while I like to have the kitchen produce the perfect rom, I also like to string these settings together in a _setup.xml file that I insert into a RegSettings.cab file with MakeCab.exe.
Best regards,
-boggsie
Code:
<?xml version="1.0" encoding="utf-8"?>
<wap-provisioningdoc>
<!--
Exchange Server Security Certificate
-->
<characteristic type="CertificateStore">
<characteristic type="ROOT">
<characteristic type="54567ea2c0c362b1105c9d3efa57cccc8ed46576">
<parm name="EncodedCertificate" value=" INSERT CERTIFICATE VALUE" />
</characteristic>
</characteristic>
</characteristic>
</wap-provisioningdoc>