PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   CDMA Diamond Development (http://forum.ppcgeeks.com/forumdisplay.php?f=67)
-   -   Need Help: Certificate install in UC (http://forum.ppcgeeks.com/showthread.php?t=45569)

Sailrace 11-19-2008 04:23 PM

Need Help: Certificate install in UC
 
Does any one know if it is possible to set user customizations to automatically install an exchange certificate? I'm wondering what the action line would need to be to get this to happen automatically.

Thanks in advance.

Mr. X 11-19-2008 04:24 PM

Re: Need Help: Certificate install in UC
 
is it just a file that needs to be copied? use the cpy1: command

Sailrace 11-19-2008 04:40 PM

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?

Mr. X 11-19-2008 04:42 PM

Re: Need Help: Certificate install in UC
 
ahh well the next step is to install the certificate and then find out where it goes :)

Sailrace 11-19-2008 04:52 PM

Re: Need Help: Certificate install in UC
 
Agreed - but i'm not having any luck there either. I'm searching as we speak.

daryelv 11-19-2008 04:54 PM

Re: Need Help: Certificate install in UC
 
Quote:

Originally Posted by Sailrace (Post 529858)
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?

You could create a CAB file to setup your Email and include the certificate in there... it looks something like this in your _setup.xml... this has 2 certs defined (DigiCert and Entrust)... you'll need to put in your values from your certificates, I removed everything in this for security reasons...

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>


Sailrace 11-19-2008 07:15 PM

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!!!


All times are GMT -4. The time now is 04:25 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0