|
||||
Re: Need Help: Certificate install in UC
is it just a file that needs to be copied? use the cpy1: command
__________________
|
|
||||
Re: Need Help: Certificate install in UC
i guess it could be that simple. I never really though about it. i always go to the internal storage and click on the certificate, and it "installs" somewhere.
But i guess i don't know where it goes to copy it to? |
|
||||
Re: Need Help: Certificate install in UC
ahh well the next step is to install the certificate and then find out where it goes
|
|
||||
Re: Need Help: Certificate install in UC
Quote:
Code:
<?xml version="1.0" encoding="us-ascii"?> <wap-provisioningdoc> <characteristic type="CertificateStore"> <!--DigiCert Global CA--> <characteristic type="CA"> <characteristic type="User"> <characteristic type="25B78 - look in your cert file and replace this - 347607"> <parm name="EncodedCertificate" value="MIIGJDCCB ... blah blah blah (something really long, look in your certificate file) ... pFxQyAw==" /> </characteristic> </characteristic> </characteristic> <!--Entrust.net Secure Server Certification Authority--> <characteristic type="ROOT"> <characteristic type="User"> <characteristic type="99A69 - look in your cert file and replace this - E1539"> <parm name="EncodedCertificate" value="MIIE2D ... blah blah blah (something really long, look in your certificate file) ... L9wqTG+bI=" /> </characteristic> </characteristic> </characteristic> </characteristic> <characteristic type="Sync"> <characteristic type="Connection"> <parm name="AllowSSLOption" value="1" /> <parm name="Server" value="mail.yourserver.com"/> <parm name="Domain" value="yourDom" /> <parm name="UseSSL" value="1"/> <parm name="SavePassword" value="1"/> <parm name="User" value="yourName"/> <parm name="Password" value="yourPass"/> </characteristic> <characteristic type="Mail"> <parm name="Enabled" value="1"/> </characteristic> <characteristic type="Calendar"> <parm name="Enabled" value="1"/> </characteristic> <characteristic type="Contacts"> <parm name="Enabled" value="1"/> </characteristic> <characteristic type="Tasks"> <parm name="Enabled" value="1"/> </characteristic> </characteristic> </wap-provisioningdoc>
__________________
Sprint Android Epic 4g. Luvvin it too!
|
|
||||
Re: Need Help: Certificate install in UC
I guess i'm not sure where to get the correct info off the certificate, because i don't find anything that looks at all like the strings that you have.
I have serial numbers and fingerprint ID's, but that's it. Maybe this is over my head!!! |
|
|
|