This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SMC 3.x New Installation -- How to create a certificate request?

Doing an installation of SMC 3.0.0.6, and want to use a trusted issuer certificate so that Android phones witll work properly with this... but, no GUI or instructions (anywhere that I can find, KB, docs, etc.) on how to generate a proper CSR request that will leave me with the private key needed to import a cert into the system during setup.  My cert provider had a procedure for Tomcat, and that seemed to halfway work (keytool was there)... but I don't have a .pem file to "feed' the install wizard when it prompts for it.  This should really be documented better.

Anyway, anyone have a clue?

:39695


This thread was automatically locked due to age.
Parents
  • Figured it out... here is the trick

    While in that Directory, open the openssl.exe program via command line first

    Example:

    From the ‘‘‘‘C:\Program Files (x86)\Sophos\Sophos Mobile Control\tools\Wizard\certs’’’’ directory enter the following command:

    openssl.exe

    It will then change to Look like this:

    OpenSSL>

    You can then enter the rest of the command

    pkcs12 -in smc.domain.com.p12 -nocerts –nodes

    *and just in case you forgot, here is how you copy the data from the command line window:  http://h0w2.blogspot.com/2012/06/how-to-copy-command-prompt-display.html

    :41259
Reply
  • Figured it out... here is the trick

    While in that Directory, open the openssl.exe program via command line first

    Example:

    From the ‘‘‘‘C:\Program Files (x86)\Sophos\Sophos Mobile Control\tools\Wizard\certs’’’’ directory enter the following command:

    openssl.exe

    It will then change to Look like this:

    OpenSSL>

    You can then enter the rest of the command

    pkcs12 -in smc.domain.com.p12 -nocerts –nodes

    *and just in case you forgot, here is how you copy the data from the command line window:  http://h0w2.blogspot.com/2012/06/how-to-copy-command-prompt-display.html

    :41259
Children
No Data